TimeSeriesContains Method
Determines whether the time series contains a value.
Namespace: Meta.Numerics.StatisticsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
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
- value Double
- The value to look up.
BooleanTrue if the value appears in the time series, otherwise false.
ICollectionTContains(T)