Beef Corlib
Classes | Public Member Functions | Static Public Member Functions | Static Public Attributes | Properties | List of all members
System.UInt Struct Reference
Inheritance diagram for System.UInt:
System.IInteger System.IUnsigned System.IHashable System.IFormattable System.IIsNaN System.INumeric System.INumeric

Classes

struct  ParseError
 

Public Member Functions

bool IsNull ()
 
int GetHashCode ()
 
override void ToString (String strBuffer)
 
void ToString (String outString, String format, IFormatProvider formatProvider)
 

Static Public Member Functions

static int operator<=> (UInt a, UInt b)
 
static Self operator+ (Self lhs, Self rhs)
 
static Self operator- (Self lhs, Self rhs)
 
static Self operator* (Self lhs, Self rhs)
 
static Self operator/ (Self lhs, Self rhs)
 
static Result< uint, ParseErrorParse (StringView val)
 

Static Public Attributes

const uint64 MaxValue = (sizeof(uint) == 8) ? 0xFFFFFFFFFFFFFFFFUL : 0xFFFFFFFFL
 
const uint64 MinValue = 0
 

Properties

bool IIsNaN. IsNaN [get]
 
- Properties inherited from System.IIsNaN
bool IsNaN [get]