[]
Converts the fraction to double.
public static implicit operator double(Fraction<T> value)
Public Shared Widening Operator CType(value As Fraction(Of T)) As Double
| Type | Name | Description |
|---|---|---|
| Fraction<T> | value |
| Type | Description |
|---|---|
| double |
Converts the fraction to float.
public static implicit operator float(Fraction<T> value)
Public Shared Widening Operator CType(value As Fraction(Of T)) As Single
| Type | Name | Description |
|---|---|---|
| Fraction<T> | value |
| Type | Description |
|---|---|
| float |