Functions
Every function is of form FCT-NAME(argument1, ...)
, expects one or more arguments, and returns a value.
In the following list, each function is listed, including the data structure and data type of each argument, and the return value. This is done by using form DataStructure<DataType>
.
Overview
Following functions are provided:
Last updated