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

Public Member Functions

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

Static Public Member Functions

static int operator<=> (Self a, Self b)
 
static Self operator+ (Self lhs, Self rhs)
 
static Self operator- (Self lhs, Self rhs)
 
static Self operator- (Self value)
 
static Self operator* (Self lhs, Self rhs)
 
static Self operator/ (Self lhs, Self rhs)
 

Static Public Attributes

const uint8 MaxValue = (uint8)0xFF
 
const uint8 MinValue = 0
 

Properties

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