BitConverter: Int64BitsToDouble

Int64BitsToDouble

Converts the specified 64-bit signed integer to a double-precision floating point number.



 Public Function Int64BitsToDouble(
	  ByRef Value As Int64 ) As Double

Parameters

Value
[ByRef] Int64. The number to convert.

Return Values

Double -  A double-precision floating point number whose value is equivalent to Value.

Remarks

This copies the 64-bits of the Value parameter to double-precision value.

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

See Also

Project CorLib Overview

Class BitConverter Overview