Represents a structure that allows quick setting of the sign bit of floats using field offsets. More...
Public Attributes | |
float | Single |
The single-precision floating-point number. More... | |
uint | UInt32 |
The unsigned integer representation of the float. More... | |
Static Public Attributes | |
const uint | Mask = 0x7FFFFFFF |
The mask used to clear the sign bit of a float. More... | |
Represents a structure that allows quick setting of the sign bit of floats using field offsets.
|
static |
The mask used to clear the sign bit of a float.
float Single |
The single-precision floating-point number.
uint UInt32 |
The unsigned integer representation of the float.