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


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