///// Integer rounding functions that return C++ integer types. Like rint(), but rounds to the nearest "long" value. Returns the minimum/maximum possible integer if the value is out of range.
See Implementation
///// Integer rounding functions that return C++ integer types. Like rint(), but rounds to the nearest "long" value. Returns the minimum/maximum possible integer if the value is out of range.