Access to stdlib functiuons. More...
int stdlib::abs(int i) |
int stdlib::rand() |
int stdlib::time() |
int stdlib::secSinceMacroStart() |
int stdlib::msecSinceMacroStart() |
Class to access stdlib functions. StdLib is a c-library with common basic features of c. These class will made some of these feature available in LayoutEditor C++ Macros. For the other scripting interfaces a native alternative will exist.
Returns: the absolute (positive) value from i.
Returns: a random integer, The maximum range depends on the plattform this method is called.
Returns: a integer with the number of seconds (since this method was added) (introduced with release 20241011)
Returns: a integer with the number of seconds since the macro was started (introduced with release 20241011)
Returns: a integer with the number of milliseconds since the macro was started (introduced with release 20241011)