Method PrevSetBit
PrevSetBit(Int64)
Returns the index of the last set bit before or on the index
specified.
-1 is returned if there are no more set bits.
Declaration
public long PrevSetBit(long index)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | index |
Returns
Type | Description |
---|---|
System.Int64 |