TBD
(To Be Determined). This can be useful during the early stages of model formation to not resolve errors when the value is still being defined.Operation | Syntax |
---|---|
Multiplication | A * B |
Division | A / B |
Addition | A + B |
Exponentiation | A ^ B |
Minimum | min(A, B) |
Maximum | max(A, B) |
Comparison Operators | Syntax |
---|---|
Equal | == |
Unequal | != |
Smaller | < |
Larger | > |
Smaller or Equal | <= |
Larger or Equal | >= |
Type | Description |
---|---|
Boolean | Represents true or false values. Does not use a unit and clears any existing unit. |
Date | Used for date values. Does not use a unit and clears any existing unit. |
Number | Represents standard numeric values. Optionally includes a unit. |
String | Represents string values. Does not use a unit and clears any existing unit. |
10 kg
, where the number is associated with the unit.
@
symbol followed by the object’s name. This will automatically resolve the object’s value and unit.