C# Class IronPython.Runtime.Operations.SByteOps

Datei anzeigen Open project: jschementi/iron

Public Methods

Method Description
__hash__ ( SByte x ) : int
__hex__ ( SByte value ) : string
__nonzero__ ( SByte x ) : bool
__trunc__ ( SByte x ) : SByte
bit_length ( SByte value ) : int
conjugate ( SByte x ) : SByte

Private Methods

Method Description
Abs ( SByte x ) : object
Add ( SByte x, SByte y ) : object
BitwiseAnd ( SByte x, SByte y ) : SByte
BitwiseOr ( SByte x, SByte y ) : SByte
Compare ( SByte x, SByte y ) : int
ConvertToByte ( SByte x ) : Byte
ConvertToDouble ( SByte x ) : Double
ConvertToInt16 ( SByte x ) : Int16
ConvertToInt32 ( SByte x ) : Int32
ConvertToInt64 ( SByte x ) : System.Int64
ConvertToSingle ( SByte x ) : System.Single
ConvertToUInt16 ( SByte x ) : UInt16
ConvertToUInt32 ( SByte x ) : UInt32
ConvertToUInt64 ( SByte x ) : System.UInt64
Divide ( SByte x, SByte y ) : object
ExclusiveOr ( SByte x, SByte y ) : SByte
FloorDivide ( SByte x, SByte y ) : object
Getdenominator ( SByte x ) : SByte
Getimag ( SByte x ) : SByte
Getnumerator ( SByte x ) : SByte
Getreal ( SByte x ) : SByte
LeftShift ( SByte x, Int32 y ) : object
LeftShift ( SByte x, [ y ) : object
Mod ( SByte x, SByte y ) : SByte
Multiply ( SByte x, SByte y ) : object
Negate ( SByte x ) : object
OnesComplement ( SByte x ) : SByte
Plus ( SByte x ) : SByte
Power ( SByte x, SByte y ) : object
RightShift ( SByte x, Int32 y ) : SByte
RightShift ( SByte x, [ y ) : SByte
Subtract ( SByte x, SByte y ) : object
TrueDivide ( SByte x, SByte y ) : double
__new__ ( IronPython.Runtime.Types.PythonType cls ) : object
__new__ ( IronPython.Runtime.Types.PythonType cls, object value ) : object

Method Details

__hash__() public static method

public static __hash__ ( SByte x ) : int
x SByte
return int

__hex__() public static method

public static __hex__ ( SByte value ) : string
value SByte
return string

__nonzero__() public static method

public static __nonzero__ ( SByte x ) : bool
x SByte
return bool

__trunc__() public static method

public static __trunc__ ( SByte x ) : SByte
x SByte
return SByte

bit_length() public static method

public static bit_length ( SByte value ) : int
value SByte
return int

conjugate() public static method

public static conjugate ( SByte x ) : SByte
x SByte
return SByte