Skip to content

Commit d15b724

Browse files
author
SimonePDA
authored
Merge pull request #89 from qub1750ul/bitClear
Translated bitClear()
2 parents 1114a9d + 943bf8d commit d15b724

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: bitClear()
33
categories: [ "Functions" ]
4-
subCategories: [ "Bits and Bytes" ]
4+
subCategories: [ "Bit e Byte" ]
55
---
66

77

@@ -16,25 +16,25 @@ subCategories: [ "Bits and Bytes" ]
1616
--
1717

1818
[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.
2121
[%hardbreaks]
2222

2323

2424
[float]
25-
=== Syntax
26-
`bitClear(x, n)`
25+
=== Sintasi
26+
`bitClear( var, n )`
2727

2828

2929
[float]
30-
=== Parameters
31-
`x`: the numeric variable whose bit to clear
30+
=== Parametri
31+
`var`: la variabile numerica di cui resettare il bit
3232

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 )
3434

3535
[float]
36-
=== Returns
37-
Nothing
36+
=== Restituisce
37+
Nulla
3838

3939
--
40-
// OVERVIEW SECTION ENDS
40+
// OVERVIEW SECTION ENDS

0 commit comments

Comments
 (0)