| 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
)
Public Shared Function FloatToInt32Bits (
f As Single
) As Integer
public:
static int FloatToInt32Bits(
float f
)
static member FloatToInt32Bits :
f : float32 -> int
Parameters
- f
- Type: SystemSingle
The float to be represented as an integer.
Return Value
Type:
Int32An integer representation of the float.
See Also