편집

다음을 통해 공유


FloatingPointNumerics.ReinterpretAsFloat(Int32) Method

Definition

Reinterprets the memory contents of an integer as a floating point value

public static float ReinterpretAsFloat (int value);
static member ReinterpretAsFloat : int -> single

Parameters

value
Int32

Integer value whose memory contents to reinterpret

Returns

The memory contents of the integer value interpreted as a floating point value

Applies to