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