FloatingPointNumerics.ReinterpretAsInt(Single) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reinterprets the memory contents of a floating point value as an integer value
public static int ReinterpretAsInt (float value);
static member ReinterpretAsInt : single -> int
Parameters
- value
- Single
Floating point value whose memory contents to reinterpret
Returns
The memory contents of the floating point value interpreted as an integer