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

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

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