Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: bool GetBit(int)

  • Declared in: RT.BigInteger.BigInt

Declaration

public bool GetBit(
    int index
)

Summary

Returns whether the bit at index is 1 (regardless of the integer’s sign).