Search Results for

    Show / Hide Table of Contents

    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

    SameAsPrevious

    Find values that are equal to the previous index value

    SmallerOrEqual

    Find values which are smaller than or equal

    SmallerThan

    Find values which are smaller than

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX