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