An NDoc Documented Class Library

Utils.trunc Method 

The classical trunc-method, who returns an integer. This integer is the greatest integer less value.

public static int trunc(
   double value
);

Return Value

gives the greatest integer, which is smaller then value

See Also

Utils Class | Minais.Drawing3d.Math Namespace