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