Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 640 Bytes

File metadata and controls

52 lines (33 loc) · 640 Bytes
title categories subCategories
highByte()
Functions
Bits and Bytes

highByte()

Descrizione

Estrae il byte di ordine superiore (più a sinistra) di una parola (o il secondo byte più basso di un tipo di dati più grande).

Sintassi

highByte(x)

Parametri

x: un valore di ogni tipo

Restituisce

byte

Vedi anche