ComponentOne CalendarView for WinForms
C1.Framework.Mathematics Namespace / Fraction Structure / Implicit Type Conversion Operator / Implicit Type Conversion(Fraction,Double) Operator

In This Topic
    Implicit Type Conversion(Fraction,Double) Operator
    In This Topic
    Converts the double to fraction.
    Syntax
    'Declaration
     
    
    Overloads Public Operator Widening CType( _
       ByVal value As Double _
    ) As Fraction
    public Fraction operator implicit( 
       double value
    )

    Parameters

    value
    See Also