primitive short


public byte operator(byte)( )
public char operator(char)( )
public double operator(double)( )
public float operator(float)( )
public int operator(int)( )
public long operator(long)( )
public sbyte operator(sbyte)( )
public short operator(short)( )
public uint operator(uint)( )
public ulong operator(ulong)( )
public ushort operator(ushort)( )
public int operator+( )
public short operator-( )
public short operator++( )
public short operator--( )
public short operator~( )
public bool operator==( short rightOperand )
public bool operator!=( short rightOperand )
public bool operator>( short rightOperand )
public bool operator>=( short rightOperand )
public bool operator<( short rightOperand )
public bool operator<=( short rightOperand )
public short operator+( short rightOperand )
public short operator-( short rightOperand )
public short operator*( short rightOperand )
public short operator/( short rightOperand )
public short operator%( short rightOperand )
public short operator|( short rightOperand )
public short operator&( short rightOperand )
public short operator^( short rightOperand )
public short operator<<( short rightOperand )
public short operator>>( short rightOperand )