HighByte()

From Microduino Wiki
Revision as of 04:45, 12 August 2016 by Fengfeng (talk) (Created page with "HighByte() *'''Description''' Get the high-bit ( the leftest one) byte of a variable ( for example a word). *'''Syntax''' <pre style="color:green"> HighByte(x) </pre> *'''...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

HighByte()

  • Description

Get the high-bit ( the leftest one) byte of a variable ( for example a word).

  • Syntax

HighByte(x)
  • Parameter

x: value of any types

  • Return

Byte

[Return to Arduino Syntax Manual]