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.IMinMaxValue< uint64 > IParseable< uint64 > IParseable< uint64, ParseError > System.IFormattable System.IIsNaN System.IHashable System.IUnsigned System.IInteger

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 style=.Number, CultureInfo cultureInfo=null)
 
static Result< uint64, ParseError > IParseable< uint64, ParseError >. Parse (StringView val)
 
static Result< uint64 > IParseable< uint64 >. Parse (StringView val)
 
- Static Public Member Functions inherited from IParseable< uint64, ParseError >
static Result< T > Parse (StringView val)
 
static Result< T, TErr > Parse (StringView val)
 
- Static Public Member Functions inherited from IParseable< uint64 >
static Result< T > Parse (StringView val)
 
static Result< T, TErr > Parse (StringView val)
 

Static Public Attributes

const uint64 MaxValue = 0xFFFFFFFFFFFFFFFFUL
 
const uint64 MinValue = 0
 
static uint64 IMinMaxValue< uint64 >. MinValue => MinValue
 
static uint64 IMinMaxValue< uint64 >. MaxValue => MaxValue
 

Properties

bool IIsNaN. IsNaN [get]
 
- Properties inherited from System.IIsNaN
bool IsNaN [get]
 
- Properties inherited from System.IMinMaxValue< uint64 >
static T MinValue [get]
 
static T MaxValue [get]