BitConverter: Int32BitsToSingle

Int32BitsToSingle

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



 Public Function Int32BitsToSingle(
	  ByVal Value As Long ) As Single

Parameters

Value
[ByVal] Long. The number to convert.

Return Values

Single -  A single-precision floating point number whose value is equivalent to Value.

Remarks

This copies the 32-bits of the Value parameter to single-precision value.

Typically, Value is an integer that is returned by the SingleToInt32Bits method.

See Also

Project CorLib Overview

Class BitConverter Overview