Home • ECDL • Algoritmi • Java • Basi di dati • Seconda prova • Eccetera • Cerca nel sito

Riepilogo operatori

Precedente
SUPERIORE
Successiva

Aritmetici

IntegerRealStringSet
+AdditionAdditionConcatenationUnion
-SubtractionSubtractionDifference
*MultiplicationMultiplicationIntersection
/Division
DIVDivision
MODModulo

Logici e bitwise

IntegerBoolean
NOTBitwise negationLogical negation
ANDBitwise ANDLogical AND
ORBitwise inclusive ORLogical inclusive OR
XORBitwise exclusive ORLogical exclusive OR
SHLBitwise shift-left
SHRBitwise shift-right

These relational operators return Booleans:

What It IsWhat Types It Compares
=EqualOrdinal, real, string, set, pointer
<>Not equalOrdinal, real, string, set, pointer
<Less thanOrdinal, real, string
>Greater thanOrdinal, real, string
<=Less than or equalOrdinal, real, string, set
>=Greater than or equalOrdinal, real, string, set
What It Returns
INMember ofTrue if the left operand (ordinal type) is a member of the right operand (set type)
False if not

Riepilogo operatori - ApPuNtIdIuNiNfOrMaTiCo

Home • ECDL • Algoritmi • Java • Basi di dati • Seconda prova • Eccetera • Cerca nel sito

Precedente
SUPERIORE
Successiva