A Sandcastle Documented Class Library
UnpackerGet Method |
Get a defined number of bits
Namespace: Tego.Utils
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public ulong Get( int bits )
Public Function Get ( bits As Integer ) As ULong
public: unsigned long long Get( int bits )
member Get : bits : int -> uint64
Parameters
- bits
- Type: SystemInt32
Number of bits to get
Return Value
Type: UInt64[Missing <returns> documentation for "M:Tego.Utils.Unpacker.Get(System.Int32)"]
See Also