Navigation

Operators and Keywords

Function List:

C++ API

 valtol100ToInt return an interval given a value with its tolerance expressed in percentage (optionally also a negative tolerance). I.E. 10+-5% is tolToInt (10, 5); 10+20%-5% is tolToInt (10,20,-5).