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

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