Converts BCD value into decimal format
Takes an array of DM ushort and converts the first T.sizeof / 2 DM to T. The array is **not** consumed.
Takes an array of DM (ushort) and converts the first T.sizeof / 2 DM to T starting from index *index*.
Takes an input range of DM (ushort) and converts the first T.sizeof / 2 DM's to T. The array is consumed.
Converts ushort value into BDC format
Converts an array of type T into an ubyte array.
Converts an array of bytes into DM (ushort) array.
Writes numeric type *T* into a output range of *ushort*.
Bytes per each DM.
Utility functions to convert DM