Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.UInt16 Member List

This is the complete list of members for System.UInt16, including all inherited members.

Abs(ushort value)System.UInt16inlinestatic
INumber< ushort >.Abs(TSelf value)System.INumber< ushort >static
AdditiveIdentitySystem.UInt16static
Clamp(ushort value, ushort min, ushort max)System.UInt16inlinestatic
INumber< ushort >.Clamp(TSelf value, TSelf min, TSelf max)System.INumber< ushort >static
CompareTo(object? value)System.UInt16inline
CompareTo(ushort value)System.UInt16inline
System::IComparable.CompareTo(T? other)System.IComparable< in T >
IComparable< ushort >.CompareTo(T? other)System.IComparable< ushort >
Create< TOther >(TOther value)System.UInt16inlinestatic
CreateSaturating< TOther >(TOther value)System.UInt16inlinestatic
CreateTruncating< TOther >(TOther value)System.UInt16inlinestatic
DivRem(ushort left, ushort right)System.UInt16inlinestatic
INumber< ushort >.DivRem(TSelf left, TSelf right)System.INumber< ushort >static
Equals([NotNullWhen(true)] object? obj)System.UInt16inline
Equals(ushort obj)System.UInt16inline
IEquatable< ushort >.Equals(T? other)System.IEquatable< ushort >
GetHashCode()System.UInt16inline
GetTypeCode()System.UInt16inline
IsPow2(ushort value)System.UInt16inlinestatic
IBinaryNumber< ushort >.IsPow2(TSelf value)System.IBinaryNumber< ushort >static
LeadingZeroCount(ushort value)System.UInt16inlinestatic
IBinaryInteger< ushort >.LeadingZeroCount(TSelf value)System.IBinaryInteger< ushort >static
Log2(ushort value)System.UInt16inlinestatic
IBinaryNumber< ushort >.Log2(TSelf value)System.IBinaryNumber< ushort >static
m_valueSystem.UInt16private
Max(ushort x, ushort y)System.UInt16inlinestatic
INumber< ushort >.Max(TSelf x, TSelf y)System.INumber< ushort >static
MaxValueSystem.UInt16static
MaxValueSystem.UInt16static
Min(ushort x, ushort y)System.UInt16inlinestatic
INumber< ushort >.Min(TSelf x, TSelf y)System.INumber< ushort >static
MinValueSystem.UInt16static
MinValueSystem.UInt16static
MultiplicativeIdentitySystem.UInt16static
OneSystem.UInt16static
operator!=(ushort left, ushort right)System.UInt16inlinestatic
IEqualityOperators< ushort, ushort >.operator!=(TSelf left, TOther right)System.IEqualityOperators< ushort, ushort >static
operator%(ushort left, ushort right)System.UInt16inlinestatic
IModulusOperators< ushort, ushort, ushort >.operator%(TSelf left, TOther right)System.IModulusOperators< ushort, ushort, ushort >static
operator&(ushort left, ushort right)System.UInt16inlinestatic
IBitwiseOperators< ushort, ushort, ushort >.operator&(TSelf left, TOther right)System.IBitwiseOperators< ushort, ushort, ushort >static
operator*(ushort left, ushort right)System.UInt16inlinestatic
IMultiplyOperators< ushort, ushort, ushort >.operator*(TSelf left, TOther right)System.IMultiplyOperators< ushort, ushort, ushort >static
operator+(ushort left, ushort right)System.UInt16inlinestatic
operator+(ushort value)System.UInt16inlinestatic
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.UInt16inlinestatic
IIncrementOperators< ushort >.operator++(TSelf value)System.IIncrementOperators< ushort >static
operator-(ushort left, ushort right)System.UInt16inlinestatic
operator-(ushort value)System.UInt16inlinestatic
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.UInt16inlinestatic
IDecrementOperators< ushort >.operator--(TSelf value)System.IDecrementOperators< ushort >static
operator/(ushort left, ushort right)System.UInt16inlinestatic
IDivisionOperators< ushort, ushort, ushort >.operator/(TSelf left, TOther right)System.IDivisionOperators< ushort, ushort, ushort >static
operator<(ushort left, ushort right)System.UInt16inlinestatic
IComparisonOperators< ushort, ushort >.operator<(TSelf left, TOther right)System.IComparisonOperators< ushort, ushort >static
operator<<(ushort value, int shiftAmount)System.UInt16inlinestatic
IShiftOperators< ushort, ushort >.operator<<(TSelf value, int shiftAmount)System.IShiftOperators< ushort, ushort >static
operator<=(ushort left, ushort right)System.UInt16inlinestatic
IComparisonOperators< ushort, ushort >.operator<=(TSelf left, TOther right)System.IComparisonOperators< ushort, ushort >static
operator==(ushort left, ushort right)System.UInt16inlinestatic
IEqualityOperators< ushort, ushort >.operator==(TSelf left, TOther right)System.IEqualityOperators< ushort, ushort >static
operator>(ushort left, ushort right)System.UInt16inlinestatic
IComparisonOperators< ushort, ushort >.operator>(TSelf left, TOther right)System.IComparisonOperators< ushort, ushort >static
operator>=(ushort left, ushort right)System.UInt16inlinestatic
IComparisonOperators< ushort, ushort >.operator>=(TSelf left, TOther right)System.IComparisonOperators< ushort, ushort >static
operator>>(ushort value, int shiftAmount)System.UInt16inlinestatic
IShiftOperators< ushort, ushort >.operator>>(TSelf value, int shiftAmount)System.IShiftOperators< ushort, ushort >static
operator^(ushort left, ushort right)System.UInt16inlinestatic
IBitwiseOperators< ushort, ushort, ushort >.operator^(TSelf left, TOther right)System.IBitwiseOperators< ushort, ushort, ushort >static
operator|(ushort left, ushort right)System.UInt16inlinestatic
IBitwiseOperators< ushort, ushort, ushort >.operator|(TSelf left, TOther right)System.IBitwiseOperators< ushort, ushort, ushort >static
operator~(ushort value)System.UInt16inlinestatic
IBitwiseOperators< ushort, ushort, ushort >.operator~(TSelf value)System.IBitwiseOperators< ushort, ushort, ushort >static
Parse(string s)System.UInt16inlinestatic
Parse(string s, NumberStyles style)System.UInt16inlinestatic
Parse(string s, IFormatProvider? provider)System.UInt16inlinestatic
Parse(string s, NumberStyles style, IFormatProvider? provider)System.UInt16inlinestatic
Parse(ReadOnlySpan< char > s, NumberStyles style=NumberStyles.Integer, IFormatProvider? provider=null)System.UInt16inlinestatic
Parse(ReadOnlySpan< char > s, NumberStyles style, NumberFormatInfo info)System.UInt16inlineprivatestatic
Parse(string s, NumberStyles style, IFormatProvider provider)System.UInt16inlinestatic
Parse(ReadOnlySpan< char > s, NumberStyles style, IFormatProvider provider)System.UInt16inlinestatic
Parse(string s, IFormatProvider provider)System.UInt16inlinestatic
Parse(ReadOnlySpan< char > s, IFormatProvider provider)System.UInt16inlinestatic
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.UInt16inlinestatic
IBinaryInteger< ushort >.PopCount(TSelf value)System.IBinaryInteger< ushort >static
QuotientSystem.UInt16static
RotateLeft(ushort value, int rotateAmount)System.UInt16inlinestatic
IBinaryInteger< ushort >.RotateLeft(TSelf value, int rotateAmount)System.IBinaryInteger< ushort >static
RotateRight(ushort value, int rotateAmount)System.UInt16inlinestatic
IBinaryInteger< ushort >.RotateRight(TSelf value, int rotateAmount)System.IBinaryInteger< ushort >static
Sign(ushort value)System.UInt16inlinestatic
INumber< ushort >.Sign(TSelf value)System.INumber< ushort >static
ToBoolean(IFormatProvider provider)System.UInt16inline
System::IConvertible.ToBoolean(IFormatProvider? provider)System.IConvertible
ToByte(IFormatProvider provider)System.UInt16inline
System::IConvertible.ToByte(IFormatProvider? provider)System.IConvertible
ToChar(IFormatProvider provider)System.UInt16inline
System::IConvertible.ToChar(IFormatProvider? provider)System.IConvertible
ToDateTime(IFormatProvider provider)System.UInt16inline
System::IConvertible.ToDateTime(IFormatProvider? provider)System.IConvertible
ToDecimal(IFormatProvider provider)System.UInt16inline
System::IConvertible.ToDecimal(IFormatProvider? provider)System.IConvertible
ToDouble(IFormatProvider provider)System.UInt16inline
System::IConvertible.ToDouble(IFormatProvider? provider)System.IConvertible
ToInt16(IFormatProvider provider)System.UInt16inline
System::IConvertible.ToInt16(IFormatProvider? provider)System.IConvertible
ToInt32(IFormatProvider provider)System.UInt16inline
System::IConvertible.ToInt32(IFormatProvider? provider)System.IConvertible
ToInt64(IFormatProvider provider)System.UInt16inline
System::IConvertible.ToInt64(IFormatProvider? provider)System.IConvertible
ToSByte(IFormatProvider provider)System.UInt16inline
System::IConvertible.ToSByte(IFormatProvider? provider)System.IConvertible
ToSingle(IFormatProvider provider)System.UInt16inline
System::IConvertible.ToSingle(IFormatProvider? provider)System.IConvertible
ToString()System.UInt16inline
ToString(IFormatProvider? provider)System.UInt16inline
ToString(string? format)System.UInt16inline
ToString(string? format, IFormatProvider? provider)System.UInt16inline
ToType(Type type, IFormatProvider provider)System.UInt16inline
System::IConvertible.ToType(Type conversionType, IFormatProvider? provider)System.IConvertible
ToUInt16(IFormatProvider provider)System.UInt16inline
System::IConvertible.ToUInt16(IFormatProvider? provider)System.IConvertible
ToUInt32(IFormatProvider provider)System.UInt16inline
System::IConvertible.ToUInt32(IFormatProvider? provider)System.IConvertible
ToUInt64(IFormatProvider provider)System.UInt16inline
System::IConvertible.ToUInt64(IFormatProvider? provider)System.IConvertible
TrailingZeroCount(ushort value)System.UInt16inlinestatic
IBinaryInteger< ushort >.TrailingZeroCount(TSelf value)System.IBinaryInteger< ushort >static
TryCreate< TOther >(TOther value, out ushort result)System.UInt16inlinestatic
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.UInt16inline
TryParse([NotNullWhen(true)] string? s, out ushort result)System.UInt16inlinestatic
TryParse(ReadOnlySpan< char > s, out ushort result)System.UInt16inlinestatic
TryParse([NotNullWhen(true)] string? s, NumberStyles style, IFormatProvider? provider, out ushort result)System.UInt16inlinestatic
TryParse(ReadOnlySpan< char > s, NumberStyles style, IFormatProvider? provider, out ushort result)System.UInt16inlinestatic
TryParse(ReadOnlySpan< char > s, NumberStyles style, NumberFormatInfo info, out ushort result)System.UInt16inlineprivatestatic
TryParse([NotNullWhen(true)] string s, NumberStyles style, IFormatProvider provider, out ushort result)System.UInt16inlinestatic
TryParse(ReadOnlySpan< char > s, NumberStyles style, IFormatProvider provider, out ushort result)System.UInt16inlinestatic
TryParse([NotNullWhen(true)] string s, IFormatProvider provider, out ushort result)System.UInt16inlinestatic
TryParse(ReadOnlySpan< char > s, IFormatProvider provider, out ushort result)System.UInt16inlinestatic
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
ZeroSystem.UInt16static