|
static TSelf | LeadingZeroCount (TSelf value) |
|
static TSelf | PopCount (TSelf value) |
|
static TSelf | RotateLeft (TSelf value, int rotateAmount) |
|
static TSelf | RotateRight (TSelf value, int rotateAmount) |
|
static TSelf | TrailingZeroCount (TSelf value) |
|
static bool | IsPow2 (TSelf value) |
|
static TSelf | Log2 (TSelf value) |
|
static TResult | operator& (TSelf left, TOther right) |
|
static TResult | operator| (TSelf left, TOther right) |
|
static TResult | operator^ (TSelf left, TOther right) |
|
static TResult | operator~ (TSelf value) |
|
static TSelf | Abs (TSelf value) |
|
static TSelf | Clamp (TSelf value, TSelf min, TSelf max) |
|
static TSelf | Create< TOther > (TOther value) |
|
static TSelf | CreateSaturating< TOther > (TOther value) |
|
static TSelf | CreateTruncating< TOther > (TOther value) |
|
static TSelf TSelf Remainder | DivRem (TSelf left, TSelf right) |
|
static TSelf | Max (TSelf x, TSelf y) |
|
static TSelf | Min (TSelf x, TSelf y) |
|
static TSelf | Parse (string s, NumberStyles style, IFormatProvider? provider) |
|
static TSelf | Parse (ReadOnlySpan< char > s, NumberStyles style, IFormatProvider? provider) |
|
static TSelf | Parse (ReadOnlySpan< char > s, IFormatProvider? provider) |
|
static TSelf | Parse (string s, IFormatProvider? provider) |
|
static TSelf | Sign (TSelf value) |
|
static bool | TryCreate< TOther > (TOther value, out TSelf result) |
|
static bool | TryParse ([NotNullWhen(true)] string? s, NumberStyles style, IFormatProvider? provider, out TSelf result) |
|
static bool | TryParse (ReadOnlySpan< char > s, NumberStyles style, IFormatProvider? provider, out TSelf result) |
|
static bool | TryParse (ReadOnlySpan< char > s, IFormatProvider? provider, out TSelf result) |
|
static bool | TryParse ([NotNullWhen(true)] string? s, IFormatProvider? provider, out TSelf result) |
|
static TResult | operator+ (TSelf left, TOther right) |
|
static TResult | operator+ (TSelf value) |
|
static TResult | operator+ (TSelf left, TOther right) |
|
static TResult | operator+ (TSelf value) |
|
static bool | operator< (TSelf left, TOther right) |
|
static bool | operator< (TSelf left, TOther right) |
|
static bool | operator<= (TSelf left, TOther right) |
|
static bool | operator<= (TSelf left, TOther right) |
|
static bool | operator> (TSelf left, TOther right) |
|
static bool | operator> (TSelf left, TOther right) |
|
static bool | operator>= (TSelf left, TOther right) |
|
static bool | operator>= (TSelf left, TOther right) |
|
static bool | operator== (TSelf left, TOther right) |
|
static bool | operator== (TSelf left, TOther right) |
|
static bool | operator!= (TSelf left, TOther right) |
|
static bool | operator!= (TSelf left, TOther right) |
|
static TSelf | operator-- (TSelf value) |
|
static TResult | operator/ (TSelf left, TOther right) |
|
static TResult | operator/ (TSelf left, TOther right) |
|
static TSelf | operator++ (TSelf value) |
|
static TResult | operator% (TSelf left, TOther right) |
|
static TResult | operator% (TSelf left, TOther right) |
|
static TResult | operator* (TSelf left, TOther right) |
|
static TResult | operator* (TSelf left, TOther right) |
|
static TResult | operator- (TSelf left, TOther right) |
|
static TResult | operator- (TSelf value) |
|
static TResult | operator- (TSelf left, TOther right) |
|
static TResult | operator- (TSelf value) |
|
static TResult | operator& (TSelf left, TOther right) |
|
static TResult | operator| (TSelf left, TOther right) |
|
static TResult | operator^ (TSelf left, TOther right) |
|
static TResult | operator~ (TSelf value) |
|
static TResult | operator+ (TSelf left, TOther right) |
|
static TResult | operator+ (TSelf value) |
|
static bool | operator< (TSelf left, TOther right) |
|
static bool | operator<= (TSelf left, TOther right) |
|
static bool | operator> (TSelf left, TOther right) |
|
static bool | operator>= (TSelf left, TOther right) |
|
static bool | operator== (TSelf left, TOther right) |
|
static bool | operator!= (TSelf left, TOther right) |
|
static TResult | operator/ (TSelf left, TOther right) |
|
static TResult | operator% (TSelf left, TOther right) |
|
static TResult | operator* (TSelf left, TOther right) |
|
static TResult | operator- (TSelf left, TOther right) |
|
static TResult | operator- (TSelf value) |
|
static TResult | operator+ (TSelf left, TOther right) |
|
static bool | operator< (TSelf left, TOther right) |
|
static bool | operator<= (TSelf left, TOther right) |
|
static bool | operator> (TSelf left, TOther right) |
|
static bool | operator>= (TSelf left, TOther right) |
|
static bool | operator== (TSelf left, TOther right) |
|
static bool | operator!= (TSelf left, TOther right) |
|
static TResult | operator/ (TSelf left, TOther right) |
|
static TResult | operator% (TSelf left, TOther right) |
|
static TResult | operator* (TSelf left, TOther right) |
|
static TResult | operator- (TSelf left, TOther right) |
|
static TResult | operator- (TSelf value) |
|
static TResult | operator+ (TSelf value) |
|
static TResult | operator<< (TSelf value, int shiftAmount) |
|
static TResult | operator>> (TSelf value, int shiftAmount) |
|
Definition at line 6 of file IBinaryInteger.cs.