Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 598 Bytes

File metadata and controls

51 lines (33 loc) · 598 Bytes
title categories subCategories
lowByte()
Functions
Bits and Bytes

lowByte()

Descrizione

Estrae il byte di ordine inferiore (più a destra) di una variabile (ad esempio una parola).

Sintassi

lowByte(x)

Parametri

x: Un valore di ogni tipo

Restituisce

byte

Vedi anche