File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Language/Functions/Bits and Bytes Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title: bit()
3
3
categories: [ "Functions" ]
4
- subCategories: [ "Bits and Bytes " ]
4
+ subCategories: [ "Bit e Byte " ]
5
5
---
6
6
7
7
@@ -16,23 +16,23 @@ subCategories: [ "Bits and Bytes" ]
16
16
--
17
17
18
18
[float]
19
- === Description
20
- Computes the value of the specified bit ( bit 0 is 1, bit 1 is 2, bit 2 is 4, etc. ).
19
+ === Descrizione
20
+ Calcola il valore del bit specificato ( il bit 0 è 1, il bit 1 è 2, il bit 2 è 4, ecc... ).
21
21
[%hardbreaks]
22
22
23
23
24
24
[float]
25
- === Syntax
25
+ === Sintassi
26
26
`bit(n)`
27
27
28
28
29
29
[float]
30
- === Parameters
31
- `n`: the bit whose value to compute
30
+ === Parametri
31
+ `n`: il bit di cui calcolare il valore
32
32
33
33
[float]
34
- === Returns
35
- The value of the bit.
34
+ === Restituisce
35
+ Il valore del bit.
36
36
37
37
--
38
- // OVERVIEW SECTION ENDS
38
+ // OVERVIEW SECTION ENDS
You can’t perform that action at this time.
0 commit comments