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

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

Parameters

value
Type: SystemSingle
The number to convert.

Return Value

Type: Int32
A 32-bit signed integer whose value is equivalent to value.
See Also