File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
Language/Functions/Bits and Bytes Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title: bitSet()
3
- categories: [ "Functions " ]
4
- subCategories: [ "Bits and Bytes " ]
3
+ categories: [ "कार्यों " ]
4
+ subCategories: [ "बिट्स और बाइट्स " ]
5
5
---
6
6
7
7
@@ -11,41 +11,41 @@ subCategories: [ "Bits and Bytes" ]
11
11
= bitSet()
12
12
13
13
14
- // OVERVIEW SECTION STARTS
15
- Sets (writes a 1 to) a bit of a numeric variable.
16
- [#overview]
14
+ // अवलोकन अनुभाग शुरू होता है
15
+ [#अवलोकन]
17
16
--
18
17
19
18
[float]
20
- === Description
19
+ === विवरण
20
+ सांख्यिक चर का एक सेट (1 को लिखता है)।
21
21
[%hardbreaks]
22
22
23
23
24
24
[float]
25
- === Syntax
25
+ === वाक्य - विन्यास ( Syntax)
26
26
`bitSet(x, n)`
27
27
28
28
29
29
[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 से शुरू होने वाला कौन सा बिट सेट करना है।
33
33
34
34
35
35
[float]
36
- === Returns
36
+ === रिटर्न
37
37
Nothing
38
38
39
39
--
40
- // OVERVIEW SECTION ENDS
40
+ // अवलोकन अनुभाग अंत
41
41
42
42
43
- // SEE ALSO SECTION
44
- [#see_also ]
43
+ // यह भी देखे खंड
44
+ [#यह_भी_देखे ]
45
45
--
46
46
47
47
[float]
48
- === See also
48
+ === यह भी देखे
49
49
50
50
--
51
- // SEE ALSO SECTION ENDS
51
+ // यह भी देखे खंड का अंत
You can’t perform that action at this time.
0 commit comments