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


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