MultivariateSampleRemove(Double) Method
Removes an entry from the sample.
Namespace: Meta.Numerics.StatisticsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public bool Remove(
params double[] value
)
Public Function Remove (
ParamArray value As Double()
) As Boolean
public:
virtual bool Remove(
... array<double>^ value
) sealed
abstract Remove :
value : float[] -> bool
override Remove :
value : float[] -> bool
- value Double
- The values associated with the entry to remove.
BooleanWhether the entry was found and removed.
ICollectionTRemove(T)