Spread Windows Forms 15.0
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. This field is read-only.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly SubtractOperator As BinaryOperatorInfo
    'Usage
     
    
    Dim value As BinaryOperatorInfo
     
    value = BinaryOperatorInfo.SubtractOperator
    public static readonly BinaryOperatorInfo SubtractOperator
    See Also