Click or drag to resize

BitConverterHelperFloatToInt32Bits Method

Convert a float value to the bits of its representation

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

Parameters

f
Type: SystemSingle
The float to be represented as an integer.

Return Value

Type: Int32
An integer representation of the float.
See Also