Edit

Share via


FloatingPointNumerics.ReinterpretAsInt(Single) Method

Definition

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

Applies to