File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Language/Functions/Bits and Bytes Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title: bitClear()
3
3
categories: [ "Functions" ]
4
- subCategories: [ "Bits and Bytes " ]
4
+ subCategories: [ "Bit e Byte " ]
5
5
---
6
6
7
7
@@ -16,25 +16,25 @@ subCategories: [ "Bits and Bytes" ]
16
16
--
17
17
18
18
[float]
19
- === Description
20
- Clears (writes a 0 to) a bit of a numeric variable .
19
+ === Descrizione
20
+ Resetta ( imposta a 0 ) un bit di una variabile numerica .
21
21
[%hardbreaks]
22
22
23
23
24
24
[float]
25
- === Syntax
26
- `bitClear(x , n)`
25
+ === Sintasi
26
+ `bitClear( var , n )`
27
27
28
28
29
29
[float]
30
- === Parameters
31
- `x `: the numeric variable whose bit to clear
30
+ === Parametri
31
+ `var `: la variabile numerica di cui resettare il bit
32
32
33
- `n`: which bit to clear, starting at 0 for the least-significant (rightmost) bit
33
+ `n`: quale bit resettare, partendo da 0 per il bit meno significativo ( il più a destra )
34
34
35
35
[float]
36
- === Returns
37
- Nothing
36
+ === Restituisce
37
+ Nulla
38
38
39
39
--
40
- // OVERVIEW SECTION ENDS
40
+ // OVERVIEW SECTION ENDS
You can’t perform that action at this time.
0 commit comments