Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Converts Double to its bits, which are stored in a Int64 instance.

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

Syntax

C#
public static long DoubleToInt64Bits(
	double value
)

Parameters

value
Type: System..::.Double
Value to convert to bits.

Return Value

Bits packed within an Int64 instance.

See Also