Operator Explicit
Explicit(BigRational to Float<T>)
Declaration
public static explicit operator Float<T>(BigRational value)
Parameters
Returns
| Type |
Description |
| Float<T> |
|
Explicit(Float<T> to Int32)
Declaration
public static explicit operator int (Float<T> value)
Parameters
| Type |
Name |
Description |
| Float<T> |
value |
|
Returns
| Type |
Description |
| System.Int32 |
|
Explicit(Float<T> to Int64)
Declaration
public static explicit operator long (Float<T> value)
Parameters
| Type |
Name |
Description |
| Float<T> |
value |
|
Returns
| Type |
Description |
| System.Int64 |
|
Explicit(Float<T> to Half)
Declaration
public static explicit operator Half(Float<T> value)
Parameters
| Type |
Name |
Description |
| Float<T> |
value |
|
Returns
| Type |
Description |
| System.Half |
|
Explicit(Float<T> to Single)
Declaration
public static explicit operator float (Float<T> value)
Parameters
| Type |
Name |
Description |
| Float<T> |
value |
|
Returns
| Type |
Description |
| System.Single |
|
Explicit(Float<T> to Double)
Declaration
public static explicit operator double (Float<T> value)
Parameters
| Type |
Name |
Description |
| Float<T> |
value |
|
Returns
| Type |
Description |
| System.Double |
|
Explicit(Float<T> to Decimal)
Declaration
public static explicit operator Decimal(Float<T> value)
Parameters
| Type |
Name |
Description |
| Float<T> |
value |
|
Returns
| Type |
Description |
| System.Decimal |
|