System::Decimal::GetBits method
Decimal::GetBits method
Converts the specified Decimal object into the binary representation of the value it represents.
static System::ArrayPtr<int> System::Decimal::GetBits(const Decimal &d)
Parameter | Type | Description |
---|---|---|
d | const Decimal& | The Decimal object to convert |
ReturnValue
An array whose elements represent distinct bits of the binary representation of the value represented by d
See Also
- Typedef ArrayPtr
- Class Decimal
- Class Decimal
- Namespace System
- Library Aspose.TeX for C++