Removes an entry from the sample.

Namespace: Meta.Numerics.Statistics
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 2.1.0.0 (2.1.0.0)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public bool Remove(
	IList<double> values
)
Public Function Remove ( _
	values As IList(Of Double) _
) As Boolean
public:
bool Remove(
	IList<double>^ values
)
member Remove : 
        values : IList<float> -> bool 

Parameters

values
IList<(Of <(<'Double>)>)>
The values associated with the entry to remove.

Return Value

Whether the entry was found and removed.

See Also