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)
ParameterTypeDescription
dconst 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