Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Converts bits which are stored in an Int64 instance into the Double object.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public static double Int64BitsToDouble(
	long value
)

Parameters

value
Type: System..::.Int64
Bits packed within an Int64 instance.

Return Value

Double value represented by the bits in value.

See Also