Beef Corlib
Classes | 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.IMinMaxValue< int8 > IParseable< int8 > IParseable< int8, ParseError > System.IIsNaN System.IFormattable System.IHashable System.ISigned System.IInteger

Classes

struct  ParseError
 

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

Static Public Attributes

const int8 MaxValue = 0x7F
 
const int8 MinValue = -0x80
 
static int8 IMinMaxValue< int8 >. MinValue => MinValue
 
static int8 IMinMaxValue< int8 >. MaxValue => MaxValue
 

Properties

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