Enum VectorFindValueType
Input to Vec.FindValues
which specifies the criteria of the search
Namespace: TimeSeriesAnalysis
Assembly: TimeSeriesAnalysis.dll
Syntax
public enum VectorFindValueType
Fields
Name | Description |
---|---|
BiggerOrEqual | ">=" : Find values which are bigger than or equal |
BiggerThan | ">" : Find values which are bigger than |
Equal | "==": Find values which are equal |
NaN | Find values that are Double.NaN |
NotEqual | Find values that are NOT equal to a given value |
NotNaN | Find values that are NOT Double.NaN |
SmallerOrEqual | Find values which are smaller than or equal |
SmallerThan | Find values which are smaller than |