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