HIGH/de
From MCS Wiki AVR
< HIGH(Difference between revisions)
(→(**COPIED FROM ENGLISH PAGE**) =) |
(→Example) |
||
(2 intermediate revisions by one user not shown) | |||
Line 15: | Line 15: | ||
<span style="font-family: Arial;"> </span> | <span style="font-family: Arial;"> </span> | ||
− | = <span class="f_Header"> | + | = <span class="f_Header">Anmerkungen</span> = |
<div style="padding: 0px; margin: 0px 0px 0px 4px;"> | <div style="padding: 0px; margin: 0px 0px 0px 4px;"> | ||
{| width="485" cellspacing="0" cellpadding="1" border="1" style="border: 2px solid rgb(0, 0, 0); border-spacing: 0px; border-collapse: collapse;" | {| width="485" cellspacing="0" cellpadding="1" border="1" style="border: 2px solid rgb(0, 0, 0); border-spacing: 0px; border-collapse: collapse;" | ||
Line 23: | Line 23: | ||
| valign="top" width="89%" style="width: 431px; border: 1px solid rgb(0, 0, 0);" | | | valign="top" width="89%" style="width: 431px; border: 1px solid rgb(0, 0, 0);" | | ||
− | + | Eine Variable die das MSB von S aufnimmt. | |
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
Line 30: | Line 30: | ||
| valign="top" width="89%" style="width: 431px; border: 1px solid rgb(0, 0, 0);" | | | valign="top" width="89%" style="width: 431px; border: 1px solid rgb(0, 0, 0);" | | ||
− | + | Die Quellvariable von der das MSB kopiert wird. | |
|} | |} | ||
Line 38: | Line 38: | ||
<span style="font-family: Arial;"> </span> | <span style="font-family: Arial;"> </span> | ||
− | = <span class="f_Header"> | + | = <span class="f_Header">Siehe auch</span> = |
[[LOW]] , [[HIGHW]] | [[LOW]] , [[HIGHW]] | ||
Line 46: | Line 46: | ||
<span style="font-family: Arial;"> </span> | <span style="font-family: Arial;"> </span> | ||
− | = <span class="f_Header"> | + | = <span class="f_Header">Beispiel</span> = |
<br/><source lang="bascomavr"> | <br/><source lang="bascomavr"> |
Latest revision as of 21:33, 23 February 2013
Contents |
Funktion
Gibt das höherwertige Byte (MSB) einer Variable zurück.
Syntax
var = HIGH( s )
Anmerkungen
Var |
Eine Variable die das MSB von S aufnimmt. |
S |
Die Quellvariable von der das MSB kopiert wird. |
Siehe auch
Beispiel
Dim I As Integer , Z As Byte I = &H1001 Z = High(i) ' is 10 hex or 16 dec End
Languages | English • Deutsch |
---|