LearnExcel
Thành viên thường trực
- Tham gia
- 7/8/06
- Bài viết
- 292
- Được thích
- 519
Có lẽ VBA compiler không được Smart lắm
Tôi có test thử:
the modulus of powers of 2 can alternatively be expressed as a bitwise AND operation:
A MOD B (B = 2^N) => A AND (2^N-1) về nhất
A MOD B về nhì
còn mod(a, n) = a - n * floor(a / n) (hay int,cint,clng,floor...) về cuối.
Tôi có test thử:
the modulus of powers of 2 can alternatively be expressed as a bitwise AND operation:
A MOD B (B = 2^N) => A AND (2^N-1) về nhất
A MOD B về nhì
còn mod(a, n) = a - n * floor(a / n) (hay int,cint,clng,floor...) về cuối.