Removes a given value from the sample.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public bool Remove(
double value
)
Public Function Remove (
value As Double
) As Boolean
public:
virtual bool Remove(
double value
) sealed
abstract Remove :
value : float -> bool
override Remove :
value : float -> bool
Parameters
- value
- Type: SystemDouble
The value to remove.
Return Value
Type:
BooleanTrue if the value was found and removed, otherwise false.
Implements
ICollectionTRemove(T)Exceptions See Also