TimeSeriesContains Method |
Determines whether the time series contains a 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 look up.
Return Value
Type:
BooleanTrue if the value appears in the time series, otherwise false.
Implements
ICollectionTContains(T)See Also