[]
        
(Showing Draft Content)

C1.Framework.Mathematics.Fraction.op_Implicit

implicit operator Operator

implicit operator double(Fraction)

Converts the fraction to double.

Declaration
public static implicit operator double(Fraction value)
Parameters
Type Name Description
Fraction value
Returns
Type Description
double

implicit operator Fraction(double)

Converts the double to fraction.

Declaration
public static implicit operator Fraction(double value)
Parameters
Type Name Description
double value
Returns
Type Description
Fraction