|
static sbyte | Parse (string s) |
|
static sbyte | Parse (string s, NumberStyles style) |
|
static sbyte | Parse (string s, IFormatProvider? provider) |
|
static sbyte | Parse (string s, NumberStyles style, IFormatProvider? provider) |
|
static sbyte | Parse (ReadOnlySpan< char > s, NumberStyles style=NumberStyles.Integer, IFormatProvider? provider=null) |
|
static bool | TryParse ([NotNullWhen(true)] string? s, out sbyte result) |
|
static bool | TryParse (ReadOnlySpan< char > s, out sbyte result) |
|
static bool | TryParse ([NotNullWhen(true)] string? s, NumberStyles style, IFormatProvider? provider, out sbyte result) |
|
static bool | TryParse (ReadOnlySpan< char > s, NumberStyles style, IFormatProvider? provider, out sbyte result) |
|
static sbyte IAdditionOperators< sbyte, sbyte, sbyte >. | operator+ (sbyte left, sbyte right) |
|
static sbyte IBinaryInteger< sbyte >. | LeadingZeroCount (sbyte value) |
|
static sbyte IBinaryInteger< sbyte >. | PopCount (sbyte value) |
|
static sbyte IBinaryInteger< sbyte >. | RotateLeft (sbyte value, int rotateAmount) |
|
static sbyte IBinaryInteger< sbyte >. | RotateRight (sbyte value, int rotateAmount) |
|
static sbyte IBinaryInteger< sbyte >. | TrailingZeroCount (sbyte value) |
|
static bool IBinaryNumber< sbyte >. | IsPow2 (sbyte value) |
|
static sbyte IBinaryNumber< sbyte >. | Log2 (sbyte value) |
|
static sbyte IBitwiseOperators< sbyte, sbyte, sbyte >. | operator& (sbyte left, sbyte right) |
|
static sbyte IBitwiseOperators< sbyte, sbyte, sbyte >. | operator| (sbyte left, sbyte right) |
|
static sbyte IBitwiseOperators< sbyte, sbyte, sbyte >. | operator^ (sbyte left, sbyte right) |
|
static sbyte IBitwiseOperators< sbyte, sbyte, sbyte >. | operator~ (sbyte value) |
|
static bool IComparisonOperators< sbyte, sbyte >. | operator< (sbyte left, sbyte right) |
|
static bool IComparisonOperators< sbyte, sbyte >. | operator<= (sbyte left, sbyte right) |
|
static bool IComparisonOperators< sbyte, sbyte >. | operator> (sbyte left, sbyte right) |
|
static bool IComparisonOperators< sbyte, sbyte >. | operator>= (sbyte left, sbyte right) |
|
static sbyte IDecrementOperators< sbyte >. | operator-- (sbyte value) |
|
static sbyte IDivisionOperators< sbyte, sbyte, sbyte >. | operator/ (sbyte left, sbyte right) |
|
static bool IEqualityOperators< sbyte, sbyte >. | operator== (sbyte left, sbyte right) |
|
static bool IEqualityOperators< sbyte, sbyte >. | operator!= (sbyte left, sbyte right) |
|
static sbyte IIncrementOperators< sbyte >. | operator++ (sbyte value) |
|
static sbyte IModulusOperators< sbyte, sbyte, sbyte >. | operator% (sbyte left, sbyte right) |
|
static sbyte IMultiplyOperators< sbyte, sbyte, sbyte >. | operator* (sbyte left, sbyte right) |
|
static sbyte INumber< sbyte >. | Abs (sbyte value) |
|
static sbyte INumber< sbyte >. | Clamp (sbyte value, sbyte min, sbyte max) |
|
static sbyte INumber< sbyte >. | Create< TOther > (TOther value) |
|
static sbyte INumber< sbyte >. | CreateSaturating< TOther > (TOther value) |
|
static sbyte INumber< sbyte >. | CreateTruncating< TOther > (TOther value) |
|
static sbyte sbyte Remainder INumber< sbyte >. | DivRem (sbyte left, sbyte right) |
|
static sbyte INumber< sbyte >. | Max (sbyte x, sbyte y) |
|
static sbyte INumber< sbyte >. | Min (sbyte x, sbyte y) |
|
static sbyte INumber< sbyte >. | Parse (string s, NumberStyles style, IFormatProvider provider) |
|
static sbyte INumber< sbyte >. | Parse (ReadOnlySpan< char > s, NumberStyles style, IFormatProvider provider) |
|
static sbyte INumber< sbyte >. | Sign (sbyte value) |
|
static bool INumber< sbyte >. | TryCreate< TOther > (TOther value, out sbyte result) |
|
static bool INumber< sbyte >. | TryParse ([NotNullWhen(true)] string s, NumberStyles style, IFormatProvider provider, out sbyte result) |
|
static bool INumber< sbyte >. | TryParse (ReadOnlySpan< char > s, NumberStyles style, IFormatProvider provider, out sbyte result) |
|
static sbyte IParseable< sbyte >. | Parse (string s, IFormatProvider provider) |
|
static bool IParseable< sbyte >. | TryParse ([NotNullWhen(true)] string s, IFormatProvider provider, out sbyte result) |
|
static sbyte IShiftOperators< sbyte, sbyte >. | operator<< (sbyte value, int shiftAmount) |
|
static sbyte IShiftOperators< sbyte, sbyte >. | operator>> (sbyte value, int shiftAmount) |
|
static sbyte ISpanParseable< sbyte >. | Parse (ReadOnlySpan< char > s, IFormatProvider provider) |
|
static bool ISpanParseable< sbyte >. | TryParse (ReadOnlySpan< char > s, IFormatProvider provider, out sbyte result) |
|
static sbyte ISubtractionOperators< sbyte, sbyte, sbyte >. | operator- (sbyte left, sbyte right) |
|
static sbyte IUnaryNegationOperators< sbyte, sbyte >. | operator- (sbyte value) |
|
static sbyte IUnaryPlusOperators< sbyte, sbyte >. | operator+ (sbyte value) |
|
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 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 | 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 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 TSelf | operator-- (TSelf value) |
|
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 TSelf | Parse (ReadOnlySpan< char > s, IFormatProvider? provider) |
|
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 value) |
|
static TResult | operator<< (TSelf value, int shiftAmount) |
|
static TResult | operator>> (TSelf value, int shiftAmount) |
|