CitectSCADA uses the following predefined numeric functions:
returns the absolute value of a number (Num ). |
|
returns base log (e) to the power of (Num ). |
|
returns the Integer value of a number (Num ). |
|
returns the Integer value of a number (Num ). |
|
returns the natural log of a number (Num ). |
|
returns a random value influenced by (Num ). |
|
returns a value indicating the Sign of (Num ). |
|
returns the square root value of a number (Num ). |