ComponentOne CalendarView for WinForms
C1.Framework.Mathematics Namespace / Fraction Structure / Unary Negation Operator

In This Topic
    Unary Negation Operator (Fraction)
    In This Topic
    Defines the unary "-" operator.
    Syntax
    'Declaration
     
    
    Public Operator -( _
       ByVal operand As Fraction _
    ) As Fraction
    public Fraction operator -( 
       Fraction operand
    )

    Parameters

    operand
    See Also