M_Cyjb_Collections_BitList_LeftShift - CYJB/Cyjb GitHub Wiki
将当前 BitList 中的所有位值左移 offset 位。 这里的左移是向着索引增大的方向移动。
Namespace: Cyjb.Collections
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6
C#
public BitList LeftShift(
int offset
)
- offset
- Type: System.Int32
要左移的位数,实际的移位数会对 Count 取模。