Click or drag to resize
mathInt32BitsToSingle Method
Converts the specified 32-bit signed integer to a single-precision floating point number.

Namespace:  C
Assembly:  C.math (in C.math.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static float Int32BitsToSingle(
	int value
)

Parameters

value
Type: SystemInt32
The number to convert.

Return Value

Type: Single
A double-precision floating point number whose value is equivalent to value.
See Also