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