طريقة System::BitConverter::ToInt16
محتويات
[
يخفي
]BitConverter::ToInt16(const System::ArrayPtr<uint8_t>&, int) method
يقوم بتحويل بايتين من المصفوفة المحددة بدءًا من الفهرس المحدد إلى قيمة عدد صحيح 16-بت.
static int16_t System::BitConverter::ToInt16(const System::ArrayPtr<uint8_t> &value, int startIndex)
| معامل | نوع | الوصف |
|---|---|---|
| value | const System::ArrayPtr<uint8_t>& | Array التي تحتوي على بايتات للتحويل |
| startIndex | int | الفهرس في المصفوفة الذي يبدأ منه أخذ البايتات للتحويل |
ReturnValue
قيمة عدد صحيح 16‑بت ناتجة عن التحويل
انظر أيضًا
- Typedef ArrayPtr
- Class BitConverter
- Namespace System
- Library Aspose.Font for C++
BitConverter::ToInt16(const System::Details::ArrayView<uint8_t>&, int) method
يقوم بتحويل بايتين من المصفوفة المحددة بدءًا من الفهرس المحدد إلى قيمة عدد صحيح 16-بت.
static int16_t System::BitConverter::ToInt16(const System::Details::ArrayView<uint8_t> &value, int startIndex)
| معامل | نوع | الوصف |
|---|---|---|
| قيمة | const System::Details::ArrayView<uint8_t>& | ArrayView التي تحتوي على بايتات للتحويل |
| startIndex | int | الفهرس في المصفوفة الذي يبدأ منه أخذ البايتات للتحويل |
ReturnValue
قيمة عدد صحيح 16‑بت ناتجة عن التحويل
انظر أيضًا
- Class BitConverter
- Namespace System
- Library Aspose.Font for C++