Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static explicit operator byte (
Quad value
)
Public Shared Narrowing Operator CType (
value As Quad
) As Byte
static explicit operator unsigned char (
Quad value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: Extreme.MathematicsQuad
The Quad to convert.
Return Value
Type:
ByteA byte that contains the 8 least significant bits of
value.
This method never throws an exception.
Numerical Libraries
Supported in: 6.0, 5.x
Reference