C# Class IronPython.Runtime.Operations.UInt16Ops

Mostrar archivo Open project: jschementi/iron

Public Methods

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

Private Methods

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

Method Details

__hash__() public static method

public static __hash__ ( UInt16 x ) : int
x System.UInt16
return int

__hex__() public static method

public static __hex__ ( UInt16 value ) : string
value System.UInt16
return string

__nonzero__() public static method

public static __nonzero__ ( UInt16 x ) : bool
x System.UInt16
return bool

__trunc__() public static method

public static __trunc__ ( UInt16 x ) : UInt16
x System.UInt16
return System.UInt16

bit_length() public static method

public static bit_length ( UInt16 value ) : int
value System.UInt16
return int

conjugate() public static method

public static conjugate ( UInt16 x ) : UInt16
x System.UInt16
return System.UInt16