Determines whether the sample contains the given value.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public bool Contains(
double value
)
Public Function Contains (
value As Double
) As Boolean
public:
virtual bool Contains(
double value
) sealed
abstract Contains :
value : float -> bool
override Contains :
value : float -> bool
Parameters
- value
- Type: SystemDouble
The value to check for.
Return Value
Type:
BooleanTrue if the sample contains
value, otherwise
.
Implements
ICollectionTContains(T)See Also