sincerely
Singaporean
If you have not done so, read this full tutorial on how to use SGEXTN to build an application.
class SGLIntLimits;
part of SGEXTN module SG_Math
static function class providing int limits
list of all including inherited members
preprocessor file inclusion directive: #include ‹SGLIntLimits.h›
CMake target for BuildLah: SGEXTN::SG_Math
see this link for more information about BuildLah
parent class: (none)
children classes: (none)
static int maximum();
static int minimum();
SGLIntLimits provides limits of the int data type including the maximum and minimum representable int values.
Uses ‹numeric_limits› from Standard Template Library
Returns the maximum possible 32bit signed integer.
Signed integer overflow is undefined behaviour. If integer overflow is ever intended, cast to unsigned int first.
Returns the minimum possible 32bit signed integer.
Signed integer overflow is undefined behaviour. If integer overflow is ever intended, cast to unsigned int first.
©2025 05524F.sg (Singapore)