Converts a
Quad to an unsigned integer.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static explicit operator uint (
Quad value
)
Public Shared Narrowing Operator CType (
value As Quad
) As UInteger
static explicit operator unsigned int (
Quad value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: Extreme.MathematicsQuad
The Quad to convert.
Return Value
Type:
UInt32A
UInt32 that contains the 32 least significant bits of
value.
This method never throws an exception.
Reference