Click or drag to resize
MathUtilsRound Method (Single)
Rounds the specified number to the nearest integral value.

Namespace: Slash.Math.Utils
Assembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntax
public static float Round(
	float x
)

Parameters

x
Type: SystemSingle
Number to round.

Return Value

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