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


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