constructs new data element from single byte
constructs new data element from single byte
public UINTDataElement(byte);
constructs new data element from unsigned short
public UINTDataElement(ushort);
constructs new data element from 32 bit unsigned integer
public UINTDataElement(uint);
constructs new data element from 64 bit unsigned integer
public UINTDataElement(ulong);