Beef Corlib
Public Member Functions | Static Public Member Functions | Static Public Attributes | Properties | List of all members
System.Int8 Struct Reference
Inheritance diagram for System.Int8:
System.IInteger System.ISigned System.IHashable System.IFormattable System.IIsNaN 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 int32 MaxValue = 0x7F
 
const int32 MinValue = -0x80
 

Properties

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