Beef Corlib
Public Member Functions | Static Public Member Functions | Static Public Attributes | Properties | List of all members
System.Int16 Struct Reference
Inheritance diagram for System.Int16:
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 = 0x7FFF
 
const int32 MinValue = -0x8000
 

Properties

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