[]
Converts the fraction to double.
public static implicit operator double(Fraction value)
Type | Name | Description |
---|---|---|
Fraction | value |
Type | Description |
---|---|
double |
Converts the double to fraction.
public static implicit operator Fraction(double value)
Type | Name | Description |
---|---|---|
double | value |
Type | Description |
---|---|
Fraction |