Numerical manipulation
Numerical commands parse numbers in different ways. See a comprehensive list of all these commands.
-
Evaluate command
Interprets basic operations supported by some of the built-in types of C#, and also methods from some of the built-in classes of C#. -
Convert Text to Number command
Converts text string to theNumber
variable type. -
Convert Number to Text command
Converts a number to theText
variable type. -
Increment Variable command
Increments the value in theNumber
variable type. -
Decrement Variable command
Decrements the value in theNumber
variable type. -
Generate Random Number command
Generates a random number between the minimum and maximum values set.