the fair gds editor MacroClassStdlib

Stdlib Class Reference

Access to stdlib functiuons. More...

This feature is only part of LayoutEditors C++ Macros.

See also: List of Classes


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

See also


CategoryMacroClass CategoryMacroClassBasic


MacroClassStdlib (last edited 2017-03-23 10:54:50 by JurgenThies)