Converts a 16 bit unsigned integer to a
BigInteger value.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static implicit operator BigInteger (
ushort value
)
Public Shared Widening Operator CType (
value As UShort
) As BigInteger
static implicit operator BigInteger (
unsigned short value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: SystemUInt16
A UInt16
Return Value
Type:
BigIntegerA
BigInteger value that represents the converted 16 bit unsigned integer.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference