ComponentOne CalendarView for WinForms
C1.Framework.Mathematics Namespace / Fraction Structure / Reverse Method

In This Topic
    Reverse Method (Fraction)
    In This Topic
    Reverse the fraction.
    Syntax
    'Declaration
     
    
    Public Shared Function Reverse( _
       ByVal value As Fraction _
    ) As Fraction
    public static Fraction Reverse( 
       Fraction value
    )

    Parameters

    value
    See Also