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

Classes

struct  ParseError
 
struct  Simple
 

Public Member Functions

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

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

Static Public Attributes

const int MaxValue = (sizeof(int) == 8) ? 0x7FFFFFFFFFFFFFFFL : 0x7FFFFFFF
 
const int MinValue = (sizeof(int) == 8) ? -0x8000000000000000L : -0x80000000
 
static int IMinMaxValue< int >. MinValue => MinValue
 
static int IMinMaxValue< int >. MaxValue => MaxValue
 

Properties

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