Skip to content

Translate highByte.adoc #59

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 6, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions Language/Functions/Bits and Bytes/highByte.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: highByte()
categories: [ "Functions" ]
subCategories: [ "Bits and Bytes" ]
categories: [ "कार्यों" ]
subCategories: [ "बिट्स और बाइट्स" ]
---


Expand All @@ -11,43 +11,43 @@ subCategories: [ "Bits and Bytes" ]
= highByte()


// OVERVIEW SECTION STARTS
[#overview]
// अवलोकन अनुभाग शुरू होता है
[#अवलोकन]
--

[float]
=== Description
Extracts the high-order (leftmost) byte of a word (or the second lowest byte of a larger data type).
=== विवरण
किसी शब्द का उच्च-क्रम (सबसे बड़ा) बाइट (या किसी बड़े डेटा प्रकार का दूसरा सबसे कम बाइट) निकालता है|
[%hardbreaks]


[float]
=== Syntax
=== वाक्य - विन्यास (Syntax)
`highByte(x)`


[float]
=== Parameters
`x`: a value of any type
=== पैरामीटर
`x`: किसी भी प्रकार का एक मूल्य


[float]
=== Returns
Data type: `byte`.
=== रिटर्न
डाटा प्रकार: `link:../../../variables/datatypes/byte[byte]`.

--
// OVERVIEW SECTION ENDS
// ओवरव्यू अनुभाग अंत


// SEE ALSO SECTION
[#see_also]
// कैसे उपयोग करें खंड की शुरुआत
[#कैसेउपयोगकरें]
--

[float]
=== See also
=== यह भी देखे

[role="language"]
* #LANGUAGE# link:../../../variables/data-types/word[word()]
* #भाषा# link:../../../variables/data-types/word[word()]

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