System.UInt32

E697469

System.UInt32 is a .NET value type representing a 32-bit unsigned integer, typically used for non-negative whole numbers in the range 0 to 4,294,967,295.

All labels observed (1)

Label Occurrences
System.UInt32 canonical 2

How this entity was disambiguated

Statements (51)

Predicate Object
instanceOf .NET struct
System.ValueType
assembly System.Runtime
linked to: System.Runtime.dll

mscorlib
linked to: mscorlib.dll
baseType System.ValueType
bitSize 32
canBeBoxedTo System.Object
System.ValueType
CLSCompliant false
defaultValue 0
hasStaticField MaxValue
MinValue
hasZeroDefaultValue true
implements System.IComparable
System.IComparable`1[System.UInt32]
linked to: System.IComparable

System.IConvertible
System.IEquatable`1[System.UInt32]
System.IFormattable
isBlittable true
isCommonLanguageRuntimeType true
isIntegralType true
isNumericType true
isPrimitive true
isSealed true
isSigned false
maxValue 4294967295
minValue 0
namespace System
supportsMethod CompareTo
Equals
GetHashCode
Parse
ToString
TryParse
supportsOperator Addition
BitwiseAnd
BitwiseOr
Division
Equality
ExclusiveOr
GreaterThan
GreaterThanOrEqual
Inequality
LeftShift
LessThan
LessThanOrEqual
Modulus
Multiplication
RightShift
Subtraction
underlyingFramework .NET

How these facts were elicited

Referenced by (2)

Full triples — surface form annotated when it differs from this entity's canonical label.

System containsType System.UInt32
System.Enum underlyingType System.UInt32