An NDoc Documented Class Library

Utils.Round Method 

The classical round-method, who returns an integer. This integer is the nerest integer of value.

public static int Round(
   double value
);

Return Value

gives the rounded value as integer

See Also

Utils Class | Minais.Drawing3d.Math Namespace