Converts BCD value into decimal format
Takes an array of word ushort and converts the first T.sizeof / 2 word to T. The array is not consumed.
Takes an array of word (ushort) and converts the first T.sizeof / 2 word to T starting from index index.
Takes an input range of words (ushort) and converts the first T.sizeof / 2 words 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 wordd ushort array.
Writes numeric type T into a output range of ushort.
Bytes per each word.
Utility functions to convert PLC words