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