Spread ASP.NET 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / UnaryOperatorInfo Class / PercentOperator Field


In This Topic
    PercentOperator Field
    In This Topic
    Represents an instance of the unary percent operator.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly PercentOperator As UnaryOperatorInfo
    'Usage
     
    
    Dim value As UnaryOperatorInfo
     
    value = UnaryOperatorInfo.PercentOperator
    public static readonly UnaryOperatorInfo PercentOperator

    Field Value

    UnaryOperatorInfo object containing the unary percentage operator
    See Also