Skip to content

Commit 33d13bd

Browse files
authored
Merge pull request #56 from animeshsrivastava24/patch-6
Translated bitSet.adoc
2 parents dd77ce6 + 0f98b5f commit 33d13bd

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed
Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: bitSet()
3-
categories: [ "Functions" ]
4-
subCategories: [ "Bits and Bytes" ]
3+
categories: [ "कार्यों" ]
4+
subCategories: [ "बिट्स और बाइट्स" ]
55
---
66

77

@@ -11,41 +11,41 @@ subCategories: [ "Bits and Bytes" ]
1111
= bitSet()
1212

1313

14-
// OVERVIEW SECTION STARTS
15-
Sets (writes a 1 to) a bit of a numeric variable.
16-
[#overview]
14+
// अवलोकन अनुभाग शुरू होता है
15+
[#अवलोकन]
1716
--
1817

1918
[float]
20-
=== Description
19+
=== विवरण
20+
सांख्यिक चर का एक सेट (1 को लिखता है)।
2121
[%hardbreaks]
2222

2323

2424
[float]
25-
=== Syntax
25+
=== वाक्य - विन्यास (Syntax)
2626
`bitSet(x, n)`
2727

2828

2929
[float]
30-
=== Parameters
31-
`x`: the numeric variable whose bit to set. +
32-
`n`: which bit to set, starting at 0 for the least-significant (rightmost) bit.
30+
=== पैरामीटर
31+
`x`: संख्यात्मक चर जिसका बिट सेट करना है। +
32+
`n`: कम से कम महत्वपूर्ण (सबसे दाहिने) के लिए 0 से शुरू होने वाला कौन सा बिट सेट करना है।
3333

3434

3535
[float]
36-
=== Returns
36+
=== रिटर्न
3737
Nothing
3838

3939
--
40-
// OVERVIEW SECTION ENDS
40+
// अवलोकन अनुभाग अंत
4141

4242

43-
// SEE ALSO SECTION
44-
[#see_also]
43+
// यह भी देखे खंड
44+
[#यह_भी_देखे]
4545
--
4646

4747
[float]
48-
=== See also
48+
=== यह भी देखे
4949

5050
--
51-
// SEE ALSO SECTION ENDS
51+
// यह भी देखे खंड का अंत

0 commit comments

Comments
 (0)