BitConverter: Int32BitsToSingle |
Converts the specified 32-bit signed integer to a single-precision floating point number.
Public Function Int32BitsToSingle( ByVal Value As Long ) As Single
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.