Search Results for

    Show / Hide Table of Contents

    Enum Variable.Operator

    Enumeration over supported operators.

    Namespace: Microsoft.ML.Probabilistic.Models
    Assembly: Microsoft.ML.Probabilistic.Compiler.dll
    Syntax
    public enum Operator

    Fields

    Name Description
    And
    Complement
    Divide
    Equal
    GreaterThan
    GreaterThanOrEqual
    LeftShift
    LessThan
    LessThanOrEqual
    Minus
    Modulus
    Multiply
    Negative
    Not
    NotEqual
    Or
    Plus
    RightShift
    Xor
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.