Spread Windows Forms 15.0
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / BinaryOperatorInfo Class / AddOperator Field


In This Topic
    AddOperator Field
    In This Topic
    Represents an instance of the binary addition operator. This field is read-only.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly AddOperator As BinaryOperatorInfo
    'Usage
     
    
    Dim value As BinaryOperatorInfo
     
    value = BinaryOperatorInfo.AddOperator
    public static readonly BinaryOperatorInfo AddOperator
    See Also