Click or drag to resize
MathUtilsRoundToInt Method
Rounds the specified value to the nearest integral value.

Namespace: Slash.Math.Utils
Assembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntax
public static int RoundToInt(
	float value
)

Parameters

value
Type: SystemSingle
Value to round.

Return Value

Type: Int32
Specified value rounded to the nearest integral value.
See Also