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

Classes

struct  ParseError
 

Public Member Functions

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

Static Public Member Functions

static int operator<=> (Int64 a, Int64 b)
 
static Self operator+ (Self lhs, Self rhs)
 
static Self operator- (Self lhs, Self rhs)
 
static Int64 operator- (Int64 value)
 
static Self operator* (Self lhs, Self rhs)
 
static Self operator/ (Self lhs, Self rhs)
 
static Result< int64, ParseErrorParse (StringView val, NumberStyles style)
 
static Result< int64, ParseErrorParse (StringView val)
 

Static Public Attributes

const int64 MaxValue = 0x7FFFFFFFFFFFFFFFL
 
const int64 MinValue = -0x8000000000000000L
 
static String sHexUpperChars = "0123456789ABCDEF"
 
static String sHexLowerChars = "0123456789abcdef"
 

Properties

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