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