| Abs(ushort value) | System.UInt16 | inlinestatic |
| INumber< ushort >.Abs(TSelf value) | System.INumber< ushort > | static |
| AdditiveIdentity | System.UInt16 | static |
| Clamp(ushort value, ushort min, ushort max) | System.UInt16 | inlinestatic |
| INumber< ushort >.Clamp(TSelf value, TSelf min, TSelf max) | System.INumber< ushort > | static |
| CompareTo(object? value) | System.UInt16 | inline |
| CompareTo(ushort value) | System.UInt16 | inline |
| System::IComparable.CompareTo(T? other) | System.IComparable< in T > | |
| IComparable< ushort >.CompareTo(T? other) | System.IComparable< ushort > | |
| Create< TOther >(TOther value) | System.UInt16 | inlinestatic |
| CreateSaturating< TOther >(TOther value) | System.UInt16 | inlinestatic |
| CreateTruncating< TOther >(TOther value) | System.UInt16 | inlinestatic |
| DivRem(ushort left, ushort right) | System.UInt16 | inlinestatic |
| INumber< ushort >.DivRem(TSelf left, TSelf right) | System.INumber< ushort > | static |
| Equals([NotNullWhen(true)] object? obj) | System.UInt16 | inline |
| Equals(ushort obj) | System.UInt16 | inline |
| IEquatable< ushort >.Equals(T? other) | System.IEquatable< ushort > | |
| GetHashCode() | System.UInt16 | inline |
| GetTypeCode() | System.UInt16 | inline |
| IsPow2(ushort value) | System.UInt16 | inlinestatic |
| IBinaryNumber< ushort >.IsPow2(TSelf value) | System.IBinaryNumber< ushort > | static |
| LeadingZeroCount(ushort value) | System.UInt16 | inlinestatic |
| IBinaryInteger< ushort >.LeadingZeroCount(TSelf value) | System.IBinaryInteger< ushort > | static |
| Log2(ushort value) | System.UInt16 | inlinestatic |
| IBinaryNumber< ushort >.Log2(TSelf value) | System.IBinaryNumber< ushort > | static |
| m_value | System.UInt16 | private |
| Max(ushort x, ushort y) | System.UInt16 | inlinestatic |
| INumber< ushort >.Max(TSelf x, TSelf y) | System.INumber< ushort > | static |
| MaxValue | System.UInt16 | static |
| MaxValue | System.UInt16 | static |
| Min(ushort x, ushort y) | System.UInt16 | inlinestatic |
| INumber< ushort >.Min(TSelf x, TSelf y) | System.INumber< ushort > | static |
| MinValue | System.UInt16 | static |
| MinValue | System.UInt16 | static |
| MultiplicativeIdentity | System.UInt16 | static |
| One | System.UInt16 | static |
| operator!=(ushort left, ushort right) | System.UInt16 | inlinestatic |
| IEqualityOperators< ushort, ushort >.operator!=(TSelf left, TOther right) | System.IEqualityOperators< ushort, ushort > | static |
| operator%(ushort left, ushort right) | System.UInt16 | inlinestatic |
| IModulusOperators< ushort, ushort, ushort >.operator%(TSelf left, TOther right) | System.IModulusOperators< ushort, ushort, ushort > | static |
| operator&(ushort left, ushort right) | System.UInt16 | inlinestatic |
| IBitwiseOperators< ushort, ushort, ushort >.operator&(TSelf left, TOther right) | System.IBitwiseOperators< ushort, ushort, ushort > | static |
| operator*(ushort left, ushort right) | System.UInt16 | inlinestatic |
| IMultiplyOperators< ushort, ushort, ushort >.operator*(TSelf left, TOther right) | System.IMultiplyOperators< ushort, ushort, ushort > | static |
| operator+(ushort left, ushort right) | System.UInt16 | inlinestatic |
| operator+(ushort value) | System.UInt16 | inlinestatic |
| IAdditionOperators< ushort, ushort, ushort >.operator+(TSelf left, TOther right) | System.IAdditionOperators< ushort, ushort, ushort > | static |
| IUnaryPlusOperators< ushort, ushort >.operator+(TSelf value) | System.IUnaryPlusOperators< ushort, ushort > | static |
| operator++(ushort value) | System.UInt16 | inlinestatic |
| IIncrementOperators< ushort >.operator++(TSelf value) | System.IIncrementOperators< ushort > | static |
| operator-(ushort left, ushort right) | System.UInt16 | inlinestatic |
| operator-(ushort value) | System.UInt16 | inlinestatic |
| ISubtractionOperators< ushort, ushort, ushort >.operator-(TSelf left, TOther right) | System.ISubtractionOperators< ushort, ushort, ushort > | static |
| IUnaryNegationOperators< ushort, ushort >.operator-(TSelf value) | System.IUnaryNegationOperators< ushort, ushort > | static |
| operator--(ushort value) | System.UInt16 | inlinestatic |
| IDecrementOperators< ushort >.operator--(TSelf value) | System.IDecrementOperators< ushort > | static |
| operator/(ushort left, ushort right) | System.UInt16 | inlinestatic |
| IDivisionOperators< ushort, ushort, ushort >.operator/(TSelf left, TOther right) | System.IDivisionOperators< ushort, ushort, ushort > | static |
| operator<(ushort left, ushort right) | System.UInt16 | inlinestatic |
| IComparisonOperators< ushort, ushort >.operator<(TSelf left, TOther right) | System.IComparisonOperators< ushort, ushort > | static |
| operator<<(ushort value, int shiftAmount) | System.UInt16 | inlinestatic |
| IShiftOperators< ushort, ushort >.operator<<(TSelf value, int shiftAmount) | System.IShiftOperators< ushort, ushort > | static |
| operator<=(ushort left, ushort right) | System.UInt16 | inlinestatic |
| IComparisonOperators< ushort, ushort >.operator<=(TSelf left, TOther right) | System.IComparisonOperators< ushort, ushort > | static |
| operator==(ushort left, ushort right) | System.UInt16 | inlinestatic |
| IEqualityOperators< ushort, ushort >.operator==(TSelf left, TOther right) | System.IEqualityOperators< ushort, ushort > | static |
| operator>(ushort left, ushort right) | System.UInt16 | inlinestatic |
| IComparisonOperators< ushort, ushort >.operator>(TSelf left, TOther right) | System.IComparisonOperators< ushort, ushort > | static |
| operator>=(ushort left, ushort right) | System.UInt16 | inlinestatic |
| IComparisonOperators< ushort, ushort >.operator>=(TSelf left, TOther right) | System.IComparisonOperators< ushort, ushort > | static |
| operator>>(ushort value, int shiftAmount) | System.UInt16 | inlinestatic |
| IShiftOperators< ushort, ushort >.operator>>(TSelf value, int shiftAmount) | System.IShiftOperators< ushort, ushort > | static |
| operator^(ushort left, ushort right) | System.UInt16 | inlinestatic |
| IBitwiseOperators< ushort, ushort, ushort >.operator^(TSelf left, TOther right) | System.IBitwiseOperators< ushort, ushort, ushort > | static |
| operator|(ushort left, ushort right) | System.UInt16 | inlinestatic |
| IBitwiseOperators< ushort, ushort, ushort >.operator|(TSelf left, TOther right) | System.IBitwiseOperators< ushort, ushort, ushort > | static |
| operator~(ushort value) | System.UInt16 | inlinestatic |
| IBitwiseOperators< ushort, ushort, ushort >.operator~(TSelf value) | System.IBitwiseOperators< ushort, ushort, ushort > | static |
| Parse(string s) | System.UInt16 | inlinestatic |
| Parse(string s, NumberStyles style) | System.UInt16 | inlinestatic |
| Parse(string s, IFormatProvider? provider) | System.UInt16 | inlinestatic |
| Parse(string s, NumberStyles style, IFormatProvider? provider) | System.UInt16 | inlinestatic |
| Parse(ReadOnlySpan< char > s, NumberStyles style=NumberStyles.Integer, IFormatProvider? provider=null) | System.UInt16 | inlinestatic |
| Parse(ReadOnlySpan< char > s, NumberStyles style, NumberFormatInfo info) | System.UInt16 | inlineprivatestatic |
| Parse(string s, NumberStyles style, IFormatProvider provider) | System.UInt16 | inlinestatic |
| Parse(ReadOnlySpan< char > s, NumberStyles style, IFormatProvider provider) | System.UInt16 | inlinestatic |
| Parse(string s, IFormatProvider provider) | System.UInt16 | inlinestatic |
| Parse(ReadOnlySpan< char > s, IFormatProvider provider) | System.UInt16 | inlinestatic |
| INumber< ushort >.Parse(string s, NumberStyles style, IFormatProvider? provider) | System.INumber< ushort > | static |
| INumber< ushort >.Parse(ReadOnlySpan< char > s, NumberStyles style, IFormatProvider? provider) | System.INumber< ushort > | static |
| ISpanParseable< ushort >.Parse(ReadOnlySpan< char > s, IFormatProvider? provider) | System.ISpanParseable< ushort > | static |
| PopCount(ushort value) | System.UInt16 | inlinestatic |
| IBinaryInteger< ushort >.PopCount(TSelf value) | System.IBinaryInteger< ushort > | static |
| Quotient | System.UInt16 | static |
| RotateLeft(ushort value, int rotateAmount) | System.UInt16 | inlinestatic |
| IBinaryInteger< ushort >.RotateLeft(TSelf value, int rotateAmount) | System.IBinaryInteger< ushort > | static |
| RotateRight(ushort value, int rotateAmount) | System.UInt16 | inlinestatic |
| IBinaryInteger< ushort >.RotateRight(TSelf value, int rotateAmount) | System.IBinaryInteger< ushort > | static |
| Sign(ushort value) | System.UInt16 | inlinestatic |
| INumber< ushort >.Sign(TSelf value) | System.INumber< ushort > | static |
| ToBoolean(IFormatProvider provider) | System.UInt16 | inline |
| System::IConvertible.ToBoolean(IFormatProvider? provider) | System.IConvertible | |
| ToByte(IFormatProvider provider) | System.UInt16 | inline |
| System::IConvertible.ToByte(IFormatProvider? provider) | System.IConvertible | |
| ToChar(IFormatProvider provider) | System.UInt16 | inline |
| System::IConvertible.ToChar(IFormatProvider? provider) | System.IConvertible | |
| ToDateTime(IFormatProvider provider) | System.UInt16 | inline |
| System::IConvertible.ToDateTime(IFormatProvider? provider) | System.IConvertible | |
| ToDecimal(IFormatProvider provider) | System.UInt16 | inline |
| System::IConvertible.ToDecimal(IFormatProvider? provider) | System.IConvertible | |
| ToDouble(IFormatProvider provider) | System.UInt16 | inline |
| System::IConvertible.ToDouble(IFormatProvider? provider) | System.IConvertible | |
| ToInt16(IFormatProvider provider) | System.UInt16 | inline |
| System::IConvertible.ToInt16(IFormatProvider? provider) | System.IConvertible | |
| ToInt32(IFormatProvider provider) | System.UInt16 | inline |
| System::IConvertible.ToInt32(IFormatProvider? provider) | System.IConvertible | |
| ToInt64(IFormatProvider provider) | System.UInt16 | inline |
| System::IConvertible.ToInt64(IFormatProvider? provider) | System.IConvertible | |
| ToSByte(IFormatProvider provider) | System.UInt16 | inline |
| System::IConvertible.ToSByte(IFormatProvider? provider) | System.IConvertible | |
| ToSingle(IFormatProvider provider) | System.UInt16 | inline |
| System::IConvertible.ToSingle(IFormatProvider? provider) | System.IConvertible | |
| ToString() | System.UInt16 | inline |
| ToString(IFormatProvider? provider) | System.UInt16 | inline |
| ToString(string? format) | System.UInt16 | inline |
| ToString(string? format, IFormatProvider? provider) | System.UInt16 | inline |
| ToType(Type type, IFormatProvider provider) | System.UInt16 | inline |
| System::IConvertible.ToType(Type conversionType, IFormatProvider? provider) | System.IConvertible | |
| ToUInt16(IFormatProvider provider) | System.UInt16 | inline |
| System::IConvertible.ToUInt16(IFormatProvider? provider) | System.IConvertible | |
| ToUInt32(IFormatProvider provider) | System.UInt16 | inline |
| System::IConvertible.ToUInt32(IFormatProvider? provider) | System.IConvertible | |
| ToUInt64(IFormatProvider provider) | System.UInt16 | inline |
| System::IConvertible.ToUInt64(IFormatProvider? provider) | System.IConvertible | |
| TrailingZeroCount(ushort value) | System.UInt16 | inlinestatic |
| IBinaryInteger< ushort >.TrailingZeroCount(TSelf value) | System.IBinaryInteger< ushort > | static |
| TryCreate< TOther >(TOther value, out ushort result) | System.UInt16 | inlinestatic |
| INumber< ushort >.TryCreate< TOther >(TOther value, out TSelf result) | System.INumber< ushort > | static |
| TryFormat(Span< char > destination, out int charsWritten, ReadOnlySpan< char > format=default(ReadOnlySpan< char >), IFormatProvider? provider=null) | System.UInt16 | inline |
| TryParse([NotNullWhen(true)] string? s, out ushort result) | System.UInt16 | inlinestatic |
| TryParse(ReadOnlySpan< char > s, out ushort result) | System.UInt16 | inlinestatic |
| TryParse([NotNullWhen(true)] string? s, NumberStyles style, IFormatProvider? provider, out ushort result) | System.UInt16 | inlinestatic |
| TryParse(ReadOnlySpan< char > s, NumberStyles style, IFormatProvider? provider, out ushort result) | System.UInt16 | inlinestatic |
| TryParse(ReadOnlySpan< char > s, NumberStyles style, NumberFormatInfo info, out ushort result) | System.UInt16 | inlineprivatestatic |
| TryParse([NotNullWhen(true)] string s, NumberStyles style, IFormatProvider provider, out ushort result) | System.UInt16 | inlinestatic |
| TryParse(ReadOnlySpan< char > s, NumberStyles style, IFormatProvider provider, out ushort result) | System.UInt16 | inlinestatic |
| TryParse([NotNullWhen(true)] string s, IFormatProvider provider, out ushort result) | System.UInt16 | inlinestatic |
| TryParse(ReadOnlySpan< char > s, IFormatProvider provider, out ushort result) | System.UInt16 | inlinestatic |
| INumber< ushort >.TryParse([NotNullWhen(true)] string? s, NumberStyles style, IFormatProvider? provider, out TSelf result) | System.INumber< ushort > | static |
| INumber< ushort >.TryParse(ReadOnlySpan< char > s, NumberStyles style, IFormatProvider? provider, out TSelf result) | System.INumber< ushort > | static |
| ISpanParseable< ushort >.TryParse(ReadOnlySpan< char > s, IFormatProvider? provider, out TSelf result) | System.ISpanParseable< ushort > | static |
| IParseable< ushort >.TryParse([NotNullWhen(true)] string? s, IFormatProvider? provider, out TSelf result) | System.IParseable< ushort > | static |
| Zero | System.UInt16 | static |