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++