A Sandcastle Documented Class Library
PackerAdd Method |
Adds a data value to the buffer using a specified number of bits.
Namespace: Tego.Utils
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public void Add( ulong data, int bits )
Public Sub Add ( data As ULong, bits As Integer )
public: void Add( unsigned long long data, int bits )
member Add : data : uint64 * bits : int -> unit
Parameters
- data
- Type: SystemUInt64
Data value to be added. If less than 64 bits, then data should be at the least significant end. - bits
- Type: SystemInt32
Number of bits to be used to store data value.
See Also