طريقة System::Decimal::GetBits
Decimal::GetBits method
يقوم بتحويل كائن Decimal المحدد إلى التمثيل الثنائي للقيمة التي يمثلها.
static System::ArrayPtr<int> System::Decimal::GetBits(const Decimal &d)
| معامل | نوع | الوصف |
|---|---|---|
| d | const Decimal& | كائن Decimal المراد تحويله |
ReturnValue
مصفوفة تُظهر عناصرها بتات مميزة للتمثيل الثنائي للقيمة التي يمثلها d
انظر أيضًا
- Typedef ArrayPtr
- Class Decimal
- Class Decimal
- Namespace System
- Library Aspose.Font for C++