AndreevNikita / net-bit-ops

The library provides bit operations for c#.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NetBitOps

The library provides bit operations for c#.

Methods

The methods below exist for ulong, uint, ushort, byte types:

  • int GetFirstSetBit(n) - Returns the index of the first set bit in the binary n representation or -1 if it's missing.
  • int GetLastSetBit(n) - Returns the index of the las set bit in the binary n representation or -1 if it's missing.

About

The library provides bit operations for c#.

License:Apache License 2.0


Languages

Language:C# 100.0%