Search Results for

    Show / Hide Table of Contents

    Enum CounterChecking

    Type of condition to check

    Namespace: Axis.Logic
    Assembly: cs.temp.dll.dll
    Syntax
    public enum CounterChecking

    Fields

    Name Description
    Different

    A != B

    EqualOrGreater

    A >= B

    EqualOrLower

    A <= B

    Equals

    A = B

    Greater

    A > B

    Lower

    A < B

    In This Article
    Back to top Axis 1.0.0