Converts a 16 bit unsigned integer to a
Quad value.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static implicit operator Quad (
ushort value
)
Public Shared Widening Operator CType (
value As UShort
) As Quad
static implicit operator Quad (
unsigned short value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: SystemUInt16
A UInt16
Return Value
Type:
QuadA
Quad value that represents the converted 16 bit unsigned integer.
Reference