Oracle® Coherence .NET API Reference Release 3.6
E15727-01

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

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

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