Writes the {@link PDMDecimal} as 9 bytes into the byte array at position
Declaration Syntax
C# |
public virtual int writeDecimal( byte[] ba, int pos, PDMDecimal dec )
Parameters
- ba (array< Byte >[]()[])
- the byte array
- pos (Int32)
- the starting position
- dec (PDMDecimal)
- the PDMDecimal to write
Return Value
the updated position in the byte array after the write