Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static implicit operator BigInteger (
sbyte value
)
Public Shared Widening Operator CType (
value As SByte
) As BigInteger
static implicit operator BigInteger (
signed char value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: SystemSByte
A Byte
Return Value
Type:
BigIntegerA
BigInteger value that represents the converted signed byte.
Reference