BitConverter: DoubleToInt64Bits

DoubleToInt64Bits

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



 Public Function DoubleToInt64Bits(
	  ByVal Value As Double ) As Int64

Parameters

Value
[ByVal] Double. The number to convert.

Return Values

Int64 -  A 64-bit signed integer whose value is equivalent to Value.

Remarks

This copies the 64-bit representation of a double-precision floating point number to a 64-bit integer. It does not attempt to convert the value similar to using CInt64.

See Also

Project CorLib Overview

Class BitConverter Overview