Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.UInt32 Struct Reference

Public Member Functions

int CompareTo (object? value)
 
int CompareTo (uint value)
 
override bool Equals ([NotNullWhen(true)] object? obj)
 
bool Equals (uint obj)
 
override int GetHashCode ()
 
override string ToString ()
 
string ToString (IFormatProvider? provider)
 
string ToString (string? format)
 
string ToString (string? format, IFormatProvider? provider)
 
bool TryFormat (Span< char > destination, out int charsWritten, ReadOnlySpan< char > format=default(ReadOnlySpan< char >), IFormatProvider? provider=null)
 
TypeCode GetTypeCode ()
 
bool IConvertible. ToBoolean (IFormatProvider provider)
 
char IConvertible. ToChar (IFormatProvider provider)
 
sbyte IConvertible. ToSByte (IFormatProvider provider)
 
byte IConvertible. ToByte (IFormatProvider provider)
 
short IConvertible. ToInt16 (IFormatProvider provider)
 
ushort IConvertible. ToUInt16 (IFormatProvider provider)
 
int IConvertible. ToInt32 (IFormatProvider provider)
 
uint IConvertible. ToUInt32 (IFormatProvider provider)
 
long IConvertible. ToInt64 (IFormatProvider provider)
 
ulong IConvertible. ToUInt64 (IFormatProvider provider)
 
float IConvertible. ToSingle (IFormatProvider provider)
 
double IConvertible. ToDouble (IFormatProvider provider)
 
decimal IConvertible. ToDecimal (IFormatProvider provider)
 
DateTime IConvertible. ToDateTime (IFormatProvider provider)
 
object IConvertible. ToType (Type type, IFormatProvider provider)
 
int CompareTo (T? other)
 
bool ToBoolean (IFormatProvider? provider)
 
char ToChar (IFormatProvider? provider)
 
sbyte ToSByte (IFormatProvider? provider)
 
byte ToByte (IFormatProvider? provider)
 
short ToInt16 (IFormatProvider? provider)
 
ushort ToUInt16 (IFormatProvider? provider)
 
int ToInt32 (IFormatProvider? provider)
 
uint ToUInt32 (IFormatProvider? provider)
 
long ToInt64 (IFormatProvider? provider)
 
ulong ToUInt64 (IFormatProvider? provider)
 
float ToSingle (IFormatProvider? provider)
 
double ToDouble (IFormatProvider? provider)
 
decimal ToDecimal (IFormatProvider? provider)
 
DateTime ToDateTime (IFormatProvider? provider)
 
object ToType (Type conversionType, IFormatProvider? provider)
 
int CompareTo (T? other)
 
bool Equals (T? other)
 

Static Public Member Functions

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

Static Public Attributes

const uint MaxValue = 4294967295u
 
const uint MinValue = 0u
 
static uint Quotient
 

Properties

static uint IAdditiveIdentity< uint, uint >. AdditiveIdentity [get]
 
static uint IMinMaxValue< uint >. MinValue [get]
 
static uint IMinMaxValue< uint >. MaxValue [get]
 
static uint IMultiplicativeIdentity< uint, uint >. MultiplicativeIdentity [get]
 
static uint INumber< uint >. One [get]
 
static uint INumber< uint >. Zero [get]
 

Private Attributes

readonly uint m_value
 

Detailed Description

Definition at line 12 of file UInt32.cs.


The documentation for this struct was generated from the following file: