Struct MathUtils.DoubleUnion
Provides a union for accessing the bitwise representation of a double value.
public struct MathUtils.DoubleUnion
Fields
- DoubleValue
The double-precision floating-point value.
- LongValue
Represents the value of the field as a 64-bit signed integer.
- ULongValue
The unsigned 64-bit integer representation of the double value.
Methods
- AsLong(double)
Converts the specified double-precision floating-point number to its equivalent 64-bit signed integer representation.
- AsULong(double)
Converts the specified double-precision floating-point number to its equivalent 64-bit unsigned integer representation.