Returns the value of the specified bit in an integer being used as a bit field.
Flags |
An integer value being used as a bit field. Use Set Flags to store bit values in an integer. |
Index |
The bit to return, where 0 is the rightmost bit. The Valid output returns 0 if Index is negative. |