Expression
From Opera Wiki
(Difference between revisions)
Fabrizio.Loddo (Talk | contribs)
(Created page with '= Espressioni / Expressions = {| class="wikitable" style="width:100%" ! style="width:50%" | Italiano ! style="width:50%" | English |- | '''Le espressioni''' consentono di defini…')
Newer edit →
(Created page with '= Espressioni / Expressions = {| class="wikitable" style="width:100%" ! style="width:50%" | Italiano ! style="width:50%" | English |- | '''Le espressioni''' consentono di defini…')
Newer edit →
Revision as of 07:45, 27 August 2025
Espressioni / Expressions
Italiano | English |
---|---|
Le espressioni consentono di definire regole complesse per la verifica delle condizioni nelle autoselezioni oppure per la definizione di valori di quota di profili o accessori.
Un’espressione può contenere numeri, variabili, operatori matematici/logici, funzioni matematiche e funzioni speciali, che vengono valutati per stabilire se una condizione è vera o falsa. | Expressions allow the definition of complex rules for verifying conditions in autoselections or for defining dimension values of profiles or accessories.
An expression may contain numbers, variables, mathematical/logical operators, mathematical functions and special functions, which are evaluated to determine whether a condition is true or false. |
Gli operatori matematici disponibili sono:
| The available mathematical operators are:
|
Le funzioni matematiche disponibili sono:
| The available mathematical functions are:
|
== Concatenazione degli elementi ==
Gli elementi possono essere combinati tra loro tramite:
| == Concatenation of elements ==
Elements can be combined together by:
|
Gli operatori logici sono:
| Logical operators are:
|
![]() profile(A1010) & option(OPZ1) → vero solo se il profilo è 'A1010' E l’opzione 'OPZ1' è attiva (Lia>500) & (Hia>1600) → vero solo se la larghezza dell'anta è maggiore di 500mm e l'altezza dell'anta è maggiore di 1600mm | ![]() profile(A1010) & option(OPZ1) → true only if the profile is 'A1010' AND the option 'OPZ1' is active (Lia>500) & (Hia>1600) → true only if the sash width is greater than 500mm and the sash height is greater than 1600mm |
== Funzioni speciali ==
… [continua con la stessa struttura affiancata IT/EN per ogni sezione] | == Special functions ==
… [continue with the same side-by-side IT/EN structure for each section] |