Method FirstActiveFlagIndex
FirstActiveFlagIndex(int)
Returns the index of the first true bit of a flag.
Declaration
public static int FirstActiveFlagIndex(int value)
Parameters
Type | Name | Description |
---|---|---|
int | value | The flags value to check. |
Returns
Type | Description |
---|---|
int | The index of the first active flag. |