Extended Systems OneBridge 4.1 Betriebsanweisung Seite 141

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 222
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 140
APPENDIX A Function Reference
Users Guide 127
Parameters numeric value
A list of numeric arguments.
Examples To find the highest value from a set of values:
uMin(1, 6, 4, -6) // returns -6
uMin("b", "A", "a") // returns "A"
uMin("2004-05_02", "2006-12-12", "1999-05-30") //
returns "1999-05-30"
Bit functions
uBitAnd
Description Calculates the bitwise AND over all parameters given and returns the result.
Syntax number uBitAnd(value, ...)
Parameters
numeric value
A list of numeric arguments.
Examples uBitAnd(10, 3) // returns "2"
uBitOr
Description Calculates the bitwise OR over all parameters given and returns the result.
Syntax number uBitOr(value, ...)
Parameters
numeric value
A list of numeric arguments.
Examples uBitOR(10, 3) // returns "11"
Seitenansicht 140
1 2 ... 136 137 138 139 140 141 142 143 144 145 146 ... 221 222

Kommentare zu diesen Handbüchern

Keine Kommentare