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