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