HIGH/de

From MCS Wiki AVR
< HIGH(Difference between revisions)
Jump to: navigation, search
(Created page with "= <span class="f_Header">Action</span> = Retrieves the most significant byte of a variable. <span style="font-family: Arial;"> </span> <span style="font-family: Arial;...")
 
(Example)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== (**COPIED FROM ENGLISH PAGE**) === <span class="f_Header">Action</span> =
+
= <span class="f_Header">Funktion</span> =
  
Retrieves the most significant byte of a variable.
+
Gibt das höherwertige Byte (MSB) einer Variable zurück.
  
 
<span style="font-family: Arial;">&nbsp;</span>
 
<span style="font-family: Arial;">&nbsp;</span>
Line 15: Line 15:
 
<span style="font-family: Arial;">&nbsp;</span>
 
<span style="font-family: Arial;">&nbsp;</span>
  
= <span class="f_Header">Remarks</span> =
+
= <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);" |  
The variable that is assigned with the MSB of var S.
+
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);" |  
The source variable to get the MSB from.
+
Die Quellvariable von der das MSB kopiert wird.
  
 
|}
 
|}
Line 38: Line 38:
 
<span style="font-family: Arial;">&nbsp;</span>
 
<span style="font-family: Arial;">&nbsp;</span>
  
= <span class="f_Header">See also</span> =
+
= <span class="f_Header">Siehe auch</span> =
  
 
[[LOW]]&nbsp;,&nbsp;[[HIGHW]]
 
[[LOW]]&nbsp;,&nbsp;[[HIGHW]]
Line 46: Line 46:
 
<span style="font-family: Arial;">&nbsp;</span>
 
<span style="font-family: Arial;">&nbsp;</span>
  
= <span class="f_Header">Example</span> =
+
= <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

LOW , HIGHW

 

 

Beispiel


Dim I As Integer , Z As Byte
I = &H1001
Z = High(i) ' is 10 hex or 16 dec
End

Languages   English Deutsch  
Personal tools
Namespaces
Variants
Actions
Navigation
In other languages
Language