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

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

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

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