| 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
)
Public Shared Function Int32BitsToFloat (
i As Integer
) As Single
public:
static float Int32BitsToFloat(
int i
)
static member Int32BitsToFloat :
i : int -> float32
Parameters
- i
- Type: SystemInt32
The integer representation of the float.
Return Value
Type:
SingleA float from its integer representation.
See Also