| Interface | Description |
|---|---|
| IFunction |
Interface for functions.
|
| Class | Description |
|---|---|
| Div |
Divide two values.
|
| ExtractMulti |
Extract values from a multivariable.
|
| Identity |
Return the given value.
|
| Length |
Length of a multislot.
|
| MethodCallFunction |
Invoke a method on an object.
|
| Min |
Find the lowest value of the arguments.
|
| Modulo |
Calculate the modulo between two numbers.
|
| Mult |
Multiply two or more values.
|
| OperatorFunction |
Wrapper that allows operators being used as functions.
|
| Sub |
Subtract value(s) from the first value.
|
| Sum |
Sum up the param values.
|