docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class BinaryOperatorHandler

    Inheritance
    object
    OperatorHandler
    BinaryOperatorHandler
    AdditionHandler
    AndHandler
    DivisionHandler
    EqualityHandler
    ExclusiveOrHandler
    GreaterThanHandler
    GreaterThanOrEqualHandler
    InequalityHandler
    LeftShiftHandler
    LessThanHandler
    LessThanOrEqualHandler
    ModuloHandler
    MultiplicationHandler
    OrHandler
    RightShiftHandler
    SubtractionHandler
    Inherited Members
    OperatorHandler.name
    OperatorHandler.verb
    OperatorHandler.symbol
    OperatorHandler.customMethodName
    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 abstract class BinaryOperatorHandler : OperatorHandler

    Constructors

    BinaryOperatorHandler(string, string, string, string)

    Declaration
    protected BinaryOperatorHandler(string name, string verb, string symbol, string customMethodName)
    Parameters
    Type Name Description
    string name
    string verb
    string symbol
    string customMethodName

    Methods

    BothNullHandling()

    Declaration
    protected virtual object BothNullHandling()
    Returns
    Type Description
    object

    CustomHandling(object, object)

    Declaration
    protected virtual object CustomHandling(object leftOperand, object rightOperand)
    Parameters
    Type Name Description
    object leftOperand
    object rightOperand
    Returns
    Type Description
    object

    Handle<TLeft, TRight>(Func<TLeft, TRight, object>, bool)

    Declaration
    protected void Handle<TLeft, TRight>(Func<TLeft, TRight, object> handler, bool reverse = false)
    Parameters
    Type Name Description
    Func<TLeft, TRight, object> handler
    bool reverse
    Type Parameters
    Name Description
    TLeft
    TRight

    Operate(object, object)

    Declaration
    public virtual object Operate(object leftOperand, object rightOperand)
    Parameters
    Type Name Description
    object leftOperand
    object rightOperand
    Returns
    Type Description
    object

    SingleNullHandling()

    Declaration
    protected virtual object SingleNullHandling()
    Returns
    Type Description
    object

    Extension Methods

    Cloning.Clone(object, ICloner, bool)
    Cloning.Clone(object, ICloner, bool)
    Cloning.CloneViaFakeSerialization(object)
    Cloning.CloneViaFakeSerialization(object)
    ConversionUtility.ConvertTo(object, Type)
    ConversionUtility.ConvertTo(object, Type)
    ConversionUtility.ConvertTo<T>(object)
    ConversionUtility.ConvertTo<T>(object)
    ConversionUtility.IsConvertibleTo(object, Type, bool)
    ConversionUtility.IsConvertibleTo(object, Type, bool)
    ConversionUtility.IsConvertibleTo<T>(object, bool)
    ConversionUtility.IsConvertibleTo<T>(object, bool)
    Serialization.Serialize(object, bool)
    Serialization.Serialize(object, bool)
    TypeUtility.ToShortString(object, int)
    TypeUtility.ToShortString(object, int)
    UnityObjectUtility.IsUnityNull(object)
    UnityObjectUtility.IsUnityNull(object)
    UnityObjectUtility.ToSafeString(object)
    UnityObjectUtility.ToSafeString(object)
    XAnalyserProvider.Analyser(object, GraphReference)
    XAnalyserProvider.Analyser(object, IGraphContext)
    XAnalyserProvider.Analyser<TAnalyser>(object, GraphReference)
    XAnalyserProvider.Analyser<TAnalyser>(object, IGraphContext)
    XAnalyserProvider.Analysis(object, GraphReference)
    XAnalyserProvider.Analysis(object, IGraphContext)
    XAnalyserProvider.Analysis<TAnalysis>(object, GraphReference)
    XAnalyserProvider.Analysis<TAnalysis>(object, IGraphContext)
    XDescriptorProvider.Describe(object)
    XDescriptorProvider.Description(object)
    XDescriptorProvider.Description<TDescription>(object)
    XDescriptorProvider.Descriptor(object)
    XDescriptorProvider.Descriptor<TDescriptor>(object)
    XDescriptorProvider.HasDescriptor(object)
    Cloning.CloneViaFakeSerialization<T>(T)
    Cloning.CloneViaFakeSerialization<T>(T)
    Cloning.Clone<T>(T, ICloner, bool)
    Cloning.Clone<T>(T, ICloner, bool)
    LinqUtility.Yield<T>(T)
    LinqUtility.Yield<T>(T)
    Serialization.CloneViaSerializationInto<TSource, TDestination>(TSource, ref TDestination, bool)
    Serialization.CloneViaSerializationInto<TSource, TDestination>(TSource, ref TDestination, bool)
    Serialization.CloneViaSerialization<T>(T, bool)
    Serialization.CloneViaSerialization<T>(T, bool)
    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)