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

Converts Single to its bits, which are stored in a Int32 instance.

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

Syntax

C#
public static int SingleToInt32Bits(
	float value
)

Parameters

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

Return Value

Bits packed within an Int32 instance.

See Also