Spread Windows Forms 15.0
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / UnaryOperatorInfo Class / PlusOperator Field


In This Topic
    PlusOperator Field
    In This Topic
    Represents an instance of the unary plus operator. This field is read-only.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly PlusOperator As UnaryOperatorInfo
    'Usage
     
    
    Dim value As UnaryOperatorInfo
     
    value = UnaryOperatorInfo.PlusOperator
    public static readonly UnaryOperatorInfo PlusOperator
    See Also