word()

Beschreibung

Konvertiert einen Wert in den word-Datentyp.

Syntax

  • word(h, l)
  • (word)x
    (Typ-Konvertierung wie in C)

Parameter

  • x
    : Ein Wert beliebigen Typs. Erlaubte Datentypen: Beliebiger Datentyp.
  • h
    : Das high-order (linkeste)
    byte
    des Words.
  • l
    : Das low-order (rechteste)
    byte
    des Words.

Rückgabewert

Datentyp:

word
.

Siehe auch

Suggest changes

The content on docs.arduino.cc is facilitated through a public GitHub repository. If you see anything wrong, you can edit this page here.

License

The Arduino documentation is licensed under the Creative Commons Attribution-Share Alike 4.0 license.