docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class OperatorUtility

    Inheritance
    object
    OperatorUtility
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.VisualScripting
    Assembly: Unity.VisualScripting.Core.dll
    Syntax
    public static class OperatorUtility

    Fields

    operatorNames

    Declaration
    public static readonly Dictionary<string, string> operatorNames
    Field Value
    Type Description
    Dictionary<string, string>

    operatorRanks

    Declaration
    public static readonly Dictionary<string, int> operatorRanks
    Field Value
    Type Description
    Dictionary<string, int>

    Methods

    Add(object, object)

    Declaration
    public static object Add(object a, object b)
    Parameters
    Type Name Description
    object a
    object b
    Returns
    Type Description
    object

    And(object, object)

    Declaration
    public static object And(object a, object b)
    Parameters
    Type Name Description
    object a
    object b
    Returns
    Type Description
    object

    Decrement(object)

    Declaration
    public static object Decrement(object x)
    Parameters
    Type Name Description
    object x
    Returns
    Type Description
    object

    Divide(object, object)

    Declaration
    public static object Divide(object a, object b)
    Parameters
    Type Name Description
    object a
    object b
    Returns
    Type Description
    object

    Equal(object, object)

    Declaration
    public static bool Equal(object a, object b)
    Parameters
    Type Name Description
    object a
    object b
    Returns
    Type Description
    bool

    ExclusiveOr(object, object)

    Declaration
    public static object ExclusiveOr(object a, object b)
    Parameters
    Type Name Description
    object a
    object b
    Returns
    Type Description
    object

    GetHandler(BinaryOperator)

    Declaration
    public static BinaryOperatorHandler GetHandler(BinaryOperator @operator)
    Parameters
    Type Name Description
    BinaryOperator operator
    Returns
    Type Description
    BinaryOperatorHandler

    GetHandler(UnaryOperator)

    Declaration
    public static UnaryOperatorHandler GetHandler(UnaryOperator @operator)
    Parameters
    Type Name Description
    UnaryOperator operator
    Returns
    Type Description
    UnaryOperatorHandler

    GreaterThan(object, object)

    Declaration
    public static bool GreaterThan(object a, object b)
    Parameters
    Type Name Description
    object a
    object b
    Returns
    Type Description
    bool

    GreaterThanOrEqual(object, object)

    Declaration
    public static bool GreaterThanOrEqual(object a, object b)
    Parameters
    Type Name Description
    object a
    object b
    Returns
    Type Description
    bool

    Increment(object)

    Declaration
    public static object Increment(object x)
    Parameters
    Type Name Description
    object x
    Returns
    Type Description
    object

    LeftShift(object, object)

    Declaration
    public static object LeftShift(object a, object b)
    Parameters
    Type Name Description
    object a
    object b
    Returns
    Type Description
    object

    LessThan(object, object)

    Declaration
    public static bool LessThan(object a, object b)
    Parameters
    Type Name Description
    object a
    object b
    Returns
    Type Description
    bool

    LessThanOrEqual(object, object)

    Declaration
    public static bool LessThanOrEqual(object a, object b)
    Parameters
    Type Name Description
    object a
    object b
    Returns
    Type Description
    bool

    Modulo(object, object)

    Declaration
    public static object Modulo(object a, object b)
    Parameters
    Type Name Description
    object a
    object b
    Returns
    Type Description
    object

    Multiply(object, object)

    Declaration
    public static object Multiply(object a, object b)
    Parameters
    Type Name Description
    object a
    object b
    Returns
    Type Description
    object

    Name(BinaryOperator)

    Declaration
    public static string Name(this BinaryOperator @operator)
    Parameters
    Type Name Description
    BinaryOperator operator
    Returns
    Type Description
    string

    Name(UnaryOperator)

    Declaration
    public static string Name(this UnaryOperator @operator)
    Parameters
    Type Name Description
    UnaryOperator operator
    Returns
    Type Description
    string

    Negate(object)

    Declaration
    public static object Negate(object x)
    Parameters
    Type Name Description
    object x
    Returns
    Type Description
    object

    Not(object)

    Declaration
    public static object Not(object x)
    Parameters
    Type Name Description
    object x
    Returns
    Type Description
    object

    NotEqual(object, object)

    Declaration
    public static bool NotEqual(object a, object b)
    Parameters
    Type Name Description
    object a
    object b
    Returns
    Type Description
    bool

    Operate(BinaryOperator, object, object)

    Declaration
    public static object Operate(BinaryOperator @operator, object a, object b)
    Parameters
    Type Name Description
    BinaryOperator operator
    object a
    object b
    Returns
    Type Description
    object

    Operate(UnaryOperator, object)

    Declaration
    public static object Operate(UnaryOperator @operator, object x)
    Parameters
    Type Name Description
    UnaryOperator operator
    object x
    Returns
    Type Description
    object

    Or(object, object)

    Declaration
    public static object Or(object a, object b)
    Parameters
    Type Name Description
    object a
    object b
    Returns
    Type Description
    object

    RightShift(object, object)

    Declaration
    public static object RightShift(object a, object b)
    Parameters
    Type Name Description
    object a
    object b
    Returns
    Type Description
    object

    Subtract(object, object)

    Declaration
    public static object Subtract(object a, object b)
    Parameters
    Type Name Description
    object a
    object b
    Returns
    Type Description
    object

    Symbol(BinaryOperator)

    Declaration
    public static string Symbol(this BinaryOperator @operator)
    Parameters
    Type Name Description
    BinaryOperator operator
    Returns
    Type Description
    string

    Symbol(UnaryOperator)

    Declaration
    public static string Symbol(this UnaryOperator @operator)
    Parameters
    Type Name Description
    UnaryOperator operator
    Returns
    Type Description
    string

    UnaryPlus(object)

    Declaration
    public static object UnaryPlus(object x)
    Parameters
    Type Name Description
    object x
    Returns
    Type Description
    object

    Verb(BinaryOperator)

    Declaration
    public static string Verb(this BinaryOperator @operator)
    Parameters
    Type Name Description
    BinaryOperator operator
    Returns
    Type Description
    string

    Verb(UnaryOperator)

    Declaration
    public static string Verb(this UnaryOperator @operator)
    Parameters
    Type Name Description
    UnaryOperator operator
    Returns
    Type Description
    string
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)