Operator Explicit
Explicit(Int<T> to Int32)
Declaration
public static explicit operator int (Int<T> value)
Parameters
| Type |
Name |
Description |
| Int<T> |
value |
|
Returns
| Type |
Description |
| System.Int32 |
|
Explicit(Int<T> to Int64)
Declaration
public static explicit operator long (Int<T> value)
Parameters
| Type |
Name |
Description |
| Int<T> |
value |
|
Returns
| Type |
Description |
| System.Int64 |
|
Explicit(Int<T> to Int128)
Declaration
public static explicit operator Int128(Int<T> value)
Parameters
| Type |
Name |
Description |
| Int<T> |
value |
|
Returns
| Type |
Description |
| System.Int128 |
|