Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static explicit operator sbyte (
BigFloat value
)
Public Shared Narrowing Operator CType (
value As BigFloat
) As SByte
static explicit operator signed char (
BigFloat^ value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: Extreme.MathematicsBigFloat
The BigFloat to convert.
Return Value
Type:
SByteThe signed byte that is contained in the 8 least significant bits of
value.
This method never throws an exception.
Reference