Beef Corlib
Classes | Public Member Functions | Static Public Member Functions | Static Public Attributes | Properties | List of all members
System.Int32 Struct Reference
Inheritance diagram for System.Int32:
System.IMinMaxValue< int32 > IParseable< int32 > IParseable< int32, ParseError > System.IIsNaN System.IFormattable System.IHashable System.ISigned System.IInteger

Classes

struct  ParseError
 

Public Member Functions

int GetHashCode ()
 
override void ToString (String strBuffer)
 
void ToString (String strBuffer, int minNumerals)
 
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< int32, ParseErrorParse (StringView val, NumberStyles style=.Number, CultureInfo cultureInfo=null)
 
static Result< int32, ParseError > IParseable< int32, ParseError >. Parse (StringView val)
 
static Result< int32 > IParseable< int32 >. Parse (StringView val)
 
- Static Public Member Functions inherited from IParseable< int32, ParseError >
static Result< T > Parse (StringView val)
 
static Result< T, TErr > Parse (StringView val)
 
- Static Public Member Functions inherited from IParseable< int32 >
static Result< T > Parse (StringView val)
 
static Result< T, TErr > Parse (StringView val)
 

Static Public Attributes

const int32 MaxValue = 0x7FFFFFFF
 
const int32 MinValue = -0x80000000
 
static int32 IMinMaxValue< int32 >. MinValue => MinValue
 
static int32 IMinMaxValue< int32 >. MaxValue => MaxValue
 

Properties

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