Click or drag to resize

SampleRemove Method

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
)

Parameters

value
Type: SystemDouble
The value to remove.

Return Value

Type: Boolean
True if the value was found and removed, otherwise false.

Implements

ICollectionTRemove(T)
Exceptions
ExceptionCondition
InvalidOperationExceptionThe sample is read-only.
See Also