Click or drag to resize

BitConverterHelperInt32BitsToFloat Method

Convert the bits of its representation to a float

Namespace:  SmartTests.Helpers
Assembly:  SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax
public static float Int32BitsToFloat(
	int i
)

Parameters

i
Type: SystemInt32
The integer representation of the float.

Return Value

Type: Single
A float from its integer representation.
See Also