Int128 Conversion (Int128 to BigInteger) |
Converts a 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 (
Int128 s
)
Public Shared Widening Operator CType (
s As Int128
) As BigInteger
static implicit operator BigInteger (
Int128 s
)
F# does not support the declaration of new casting operators.
Parameters
- s
- Type: Meta.Numerics.ExtendedInt128
The 128-bit integer to convert.
Return Value
Type:
BigIntegerThe corresponding big integer.
See Also