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