GetBits()
Decimal::GetBits(const Decimal&) 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)
Arguments
Parameter | Type | Description |
---|---|---|
d | const Decimal& | The Decimal object to convert |
Return Value
An array whose elements represent distinct bits of the binary representation of the value represented by d
See Also
- Typedef ArrayPtr
- Class Decimal
- Namespace System
- Library Aspose.Slides