File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Language/Functions/Bits and Bytes Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ Sets (writes a 1 to) a bit of a numeric variable.
28
28
29
29
[float]
30
30
=== Parametri
31
- `x`: the numeric variable whose bit to set
31
+ `x`: la variabile numerica della quale impostare il bit
32
32
33
- `n`: which bit to set, starting at 0 for the least-significant (rightmost) bit
33
+ `n`: Quale bit da impostare, a partire da 0 per il bit meno significativo (più a destra)
34
34
35
35
[float]
36
36
=== Restituisce
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ subCategories: [ "Bit e Byte" ]
17
17
18
18
[float]
19
19
=== Descrizione
20
- Writes a bit of a numeric variable .
20
+ Scrive un bit di una variabile numerica .
21
21
[%hardbreaks]
22
22
23
23
@@ -28,11 +28,11 @@ Writes a bit of a numeric variable.
28
28
29
29
[float]
30
30
=== Parametri
31
- `x`: the numeric variable to which to write
31
+ `x`: la variabile numerica dove scrive
32
32
33
- `n`: which bit of the number to write, starting at 0 for the least-significant (rightmost) bit
33
+ `n`: quale bit del numero che deve essere scritto, a partire da 0 per il bit meno significativo (più a destra)
34
34
35
- `b`: the value to write to the bit (0 or 1)
35
+ `b`: il valore da scrivere (0 o 1)
36
36
37
37
[float]
38
38
=== Restituisce
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ subCategories: [ "Bit e Byte" ]
17
17
18
18
[float]
19
19
=== Descrizione
20
- Extracts the high-order (leftmost) byte of a word (or the second lowest byte of a larger data type).
20
+ 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).
21
21
[%hardbreaks]
22
22
23
23
@@ -28,7 +28,7 @@ Extracts the high-order (leftmost) byte of a word (or the second lowest byte of
28
28
29
29
[float]
30
30
=== Parametri
31
- `x`: a value of any type
31
+ `x`: un valore di ogni tipo
32
32
33
33
[float]
34
34
=== Restituisce
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ subCategories: [ "Bit e Byte" ]
17
17
18
18
[float]
19
19
=== Descrizione
20
- Extracts the low-order (rightmost) byte of a variable (e.g. a word ).
20
+ Estrae il byte di ordine inferiore (più a destra) di una variabile (ad esempio una parola ).
21
21
[%hardbreaks]
22
22
23
23
@@ -28,7 +28,7 @@ Extracts the low-order (rightmost) byte of a variable (e.g. a word).
28
28
29
29
[float]
30
30
=== Parametri
31
- `x`: a value of any type
31
+ `x`: Un valore di ogni tipo
32
32
33
33
[float]
34
34
=== Restituisce
You can’t perform that action at this time.
0 commit comments