This page is also available in 3 other languages

bit()

[Bit e Byte]

Descrizione

Calcola il valore del bit specificato ( il bit 0 è 1, il bit 1 è 2, il bit 2 è 4, ecc…​ ).

Sintassi

bit(n)

Parametri

n: il bit di cui calcolare il valore

Restituisce

Il valore del bit.