Convert to Unsigned Binary Coded Decimal.
Converts the lower digits of a 64-bit decimal floating-point value to an Unsigned Packed Format.
unsigned long long __d64_to_unsigned_BCD (_Decimal64);
Returns 16 decimal digits with no sign in a 64-bit result.
You can use the __d64_shift_right function to access the digits to the left.