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

Converts bits which are stored in an Int32 instance into the Single object.

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

Syntax

C#
public static float Int32BitsToSingle(
	int value
)

Parameters

value
Type: System..::.Int32
Bits packed within an Int32 instance.

Return Value

Single value represented by the bits in value.

See Also