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

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

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

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