Operations
Every operation is of form: OP argument1
, or argument1 OP argument2
and returns a value.
In the following list, each operation 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 operations are provided:
Last updated