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

Classes

struct  ParseError
 

Public Member Functions

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

Static Public Member Functions

static int operator<=> (UInt64 a, UInt64 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< uint64, ParseErrorParse (StringView val, NumberStyles numberStyles=.Number, CultureInfo cultureInfo=null)
 

Static Public Attributes

const uint64 MaxValue = 0xFFFFFFFFFFFFFFFFUL
 
const uint64 MinValue = 0
 
static String sHexUpperChars = "0123456789ABCDEF"
 
static String sHexLowerChars = "0123456789abcdef"
 

Properties

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