UInt128 Conversion (UInt128 to BigInteger) |
Converts an unsigned 128-bit integer into an arbitrary-size big integer.
Namespace:
Meta.Numerics.Extended
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public static implicit operator BigInteger (
UInt128 u
)
Public Shared Widening Operator CType (
u As UInt128
) As BigInteger
static implicit operator BigInteger (
UInt128 u
)
F# does not support the declaration of new casting operators.
Parameters
- u
- Type: Meta.Numerics.ExtendedUInt128
The unisgned 128-bit integer.
Return Value
Type:
BigIntegerThe equivilent
BigInteger.
See Also