Operators
The following arithmetic and boolean operators are supported on Drivetrain.
Operator
Description
+
Addition
-
Subtraction
*
Multiplication
/
Division
>
Greater than
<
Less than
>=
Greater than or equal to
<=
Less than or equal to
!=
Not equal to
^
Exponentiation
==
Equality (comparison)
Last updated
Was this helpful?