Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static explicit operator byte (
BigInteger value
)
Public Shared Narrowing Operator CType (
value As BigInteger
) As Byte
static explicit operator unsigned char (
BigInteger value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: Extreme.MathematicsBigInteger
The BigInteger to convert.
Return Value
Type:
ByteA byte that contains the 8 least significant bits of
value.
This method never throws an exception.
Reference