Method Offset
Offset(int)
Create a new pointer at a bit offset from this bit pointer
Declaration
public SafeBitRef Offset(int offsetInBits)
Parameters
| Type | Name | Description | 
|---|---|---|
| int | offsetInBits | offset in bit for the new pointer to return  | 
    
Returns
| Type | Description | 
|---|---|
| SafeBitRef | A new SafeBitRef pointing at the offset in bits  |