NumExpression/en: Porovnání verzí

Z Wiki
Přejít na: navigace, hledání
(Založena nová stránka s textem „Delay in milliseconds before executing the command. It has no effect if Enabled=0.“)
(Založena nová stránka s textem „Evaluated result of the given expression.“)
 
(Nejsou zobrazeny 2 mezilehlé verze od stejného uživatele.)
Řádek 71: Řádek 71:
 
Delay in milliseconds before executing the command. It has no effect if Enabled=0.
 
Delay in milliseconds before executing the command. It has no effect if Enabled=0.
  
== Výstupní parametry ==
+
== Output parameters ==
  
 
=== ExpressionResult ===
 
=== ExpressionResult ===
  
Typ [[Special:MyLanguage/Datové typy#String | String]]
+
Type [[Special:MyLanguage/Datové typy#String | String]]
  
Výsledek zadaného výrazu.
+
Evaluated result of the given expression.

Aktuální verze z 21. 12. 2021, 12:31

Jiné jazyky:
English • ‎čeština

Description

Alias: NE

Evaluates a numeric expression.

Evaluates an expression given by Expression parameter using variables A, B, C a D.

Input parameters

A

Type String

Variable A.

B

Type String

Variable B.

C

Type String

Variable C.

D

Type String

Variable D.

Expression

Type String

Arithmetic expression that can contain:

  • Numbers
  • Variables A, B, C a D
  • Operators +, -, *, /, %, &, |, ^, !, &&, ||, ==, !=, <, >, <=, >=, <<, >>
  • Brackets ( ).
  • Functions floor, ceil, round

Enabled

Type Number

Enables or disables the command. If the value is 0, the command will not be executed.

PreWait

Type Number

Delay in milliseconds before executing the command. It has no effect if Enabled=0.

PostWait

Type Number

Delay in milliseconds before executing the command. It has no effect if Enabled=0.

Output parameters

ExpressionResult

Type String

Evaluated result of the given expression.