Spread Windows Forms 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / BinaryOperatorInfo Class / SubtractOperator Field


In This Topic
    SubtractOperator Field
    In This Topic
    Represents an instance of the binary subtraction operator.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly SubtractOperator As BinaryOperatorInfo
    'Usage
     
    
    Dim value As BinaryOperatorInfo
     
    value = BinaryOperatorInfo.SubtractOperator
    public static readonly BinaryOperatorInfo SubtractOperator
    See Also