Stdlib Class Reference
Access to stdlib functiuons. More...
This feature is only part of LayoutEditors C++ Macros.
See also: List of Classes
Member
Detailed Description
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.
Member Function Documentation
static int stdlib::abs(int i)
Returns: the absolute (positive) value from i. (introduced with version 20140112)
static int stdlib::rand()
Returns: a random integer