طريقة System::Buffer::GetByte
محتويات
[
يخفي
]Buffer::GetByte(const SharedPtr<Array<T>>&, int) method
يفسر المصفوفة ذات النوع المحدد كمصفوفة بايت خام ويسترجع قيمة البايت عند الإزاحة البايتية المحددة.
template<typename T> static uint8_t System::Buffer::GetByte(const SharedPtr<Array<T>> &array, int index)
| معامل | الوصف |
|---|---|
| T | نوع عناصر المصفوفة |
| معامل | نوع | الوصف |
|---|---|---|
| مصفوفة | const SharedPtr<Array<T>>& | المصفوفة الهدف |
| الفهرس | int | إزاحة صفرية للبايت المراد استرجاعه |
ReturnValue
قيمة البايت عند الفهرس المحدد
انظر أيضًا
- Typedef SharedPtr
- Class Array
- Class Buffer
- Namespace System
- Library Aspose.Font for C++
Buffer::GetByte(const System::Details::ArrayView<T>&, int) method
يفسر المصفوفة ذات النوع المحدد كمصفوفة بايت خام ويسترجع قيمة البايت عند الإزاحة البايتية المحددة.
template<typename T> static uint8_t System::Buffer::GetByte(const System::Details::ArrayView<T> &array, int index)
| معامل | الوصف |
|---|---|
| T | نوع عناصر عرض المصفوفة |
| معامل | نوع | الوصف |
|---|---|---|
| مصفوفة | const System::Details::ArrayView<T>& | عرض المصفوفة الهدف |
| الفهرس | int | إزاحة صفرية للبايت المراد استرجاعه |
ReturnValue
قيمة البايت عند الفهرس المحدد
انظر أيضًا
- Class Buffer
- Namespace System
- Library Aspose.Font for C++
Buffer::GetByte(const System::Details::StackArray<T, N>&, int) method
يفسر المصفوفة ذات النوع المحدد كمصفوفة بايت خام ويسترجع قيمة البايت عند الإزاحة البايتية المحددة.
template<typename T,std::size_t> static uint8_t System::Buffer::GetByte(const System::Details::StackArray<T, N> &array, int index)
| معامل | الوصف |
|---|---|
| T | نوع عناصر مصفوفة المكدس |
| N | حجم مصفوفة المكدس |
| معامل | نوع | الوصف |
|---|---|---|
| مصفوفة | const System::Details::StackArray<T, N>& | مصفوفة المكدس الهدف |
| الفهرس | int | إزاحة صفرية للبايت المراد استرجاعه |
ReturnValue
قيمة البايت عند الفهرس المحدد
انظر أيضًا
- Class Buffer
- Namespace System
- Library Aspose.Font for C++