BitConverter.UInt32BitsToSingle(UInt32) Method

Definition

Important

This API is not CLS-compliant.

Converts the specified 32-bit unsigned integer to a single-precision floating point number.

public:
 static float UInt32BitsToSingle(System::UInt32 value);
[System.CLSCompliant(false)]
public static float UInt32BitsToSingle (uint value);
[<System.CLSCompliant(false)>]
static member UInt32BitsToSingle : uint32 -> single
Public Shared Function UInt32BitsToSingle (value As UInteger) As Single

Parameters

value
UInt32

The number to convert.

Returns

A single-precision floating point number whose bits are identical to value.

Attributes

Applies to