Click or drag to resize

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
)

Parameters

value
Type: SystemDouble
The value to look up.

Return Value

Type: Boolean
True if the value appears in the time series, otherwise false.

Implements

ICollectionTContains(T)
See Also