C# Class IronPython.Runtime.Operations.UInt64Ops

Mostrar archivo Open project: jschementi/iron

Public Methods

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

Private Methods

Method Description
Abs ( System.UInt64 x ) : System.UInt64
Add ( System.Int64 x, System.UInt64 y ) : object
Add ( System.UInt64 x, System.Int64 y ) : object
Add ( System.UInt64 x, System.UInt64 y ) : object
BitwiseAnd ( System.Int64 x, System.UInt64 y ) : BigInteger
BitwiseAnd ( System.UInt64 x, System.Int64 y ) : BigInteger
BitwiseAnd ( System.UInt64 x, System.UInt64 y ) : System.UInt64
BitwiseOr ( System.Int64 x, System.UInt64 y ) : BigInteger
BitwiseOr ( System.UInt64 x, System.Int64 y ) : BigInteger
BitwiseOr ( System.UInt64 x, System.UInt64 y ) : System.UInt64
Compare ( System.Int64 x, System.UInt64 y ) : int
Compare ( System.UInt64 x, System.Int64 y ) : int
Compare ( System.UInt64 x, System.UInt64 y ) : int
ConvertToByte ( System.UInt64 x ) : Byte
ConvertToDouble ( System.UInt64 x ) : Double
ConvertToInt16 ( System.UInt64 x ) : Int16
ConvertToInt32 ( System.UInt64 x ) : Int32
ConvertToInt64 ( System.UInt64 x ) : System.Int64
ConvertToSByte ( System.UInt64 x ) : SByte
ConvertToSingle ( System.UInt64 x ) : System.Single
ConvertToUInt16 ( System.UInt64 x ) : UInt16
ConvertToUInt32 ( System.UInt64 x ) : UInt32
Divide ( System.Int64 x, System.UInt64 y ) : object
Divide ( System.UInt64 x, System.Int64 y ) : object
Divide ( System.UInt64 x, System.UInt64 y ) : object
ExclusiveOr ( System.Int64 x, System.UInt64 y ) : BigInteger
ExclusiveOr ( System.UInt64 x, System.Int64 y ) : BigInteger
ExclusiveOr ( System.UInt64 x, System.UInt64 y ) : System.UInt64
FloorDivide ( System.UInt64 x, System.UInt64 y ) : System.UInt64
FloorDivide ( System.Int64 x, System.UInt64 y ) : object
FloorDivide ( System.UInt64 x, System.Int64 y ) : object
Getdenominator ( System.UInt64 x ) : System.UInt64
Getimag ( System.UInt64 x ) : System.UInt64
Getnumerator ( System.UInt64 x ) : System.UInt64
Getreal ( System.UInt64 x ) : System.UInt64
LeftShift ( System.UInt64 x, [ y ) : object
Mod ( System.Int64 x, System.UInt64 y ) : BigInteger
Mod ( System.UInt64 x, System.Int64 y ) : BigInteger
Mod ( System.UInt64 x, System.UInt64 y ) : System.UInt64
Multiply ( System.Int64 x, System.UInt64 y ) : object
Multiply ( System.UInt64 x, System.Int64 y ) : object
Multiply ( System.UInt64 x, System.UInt64 y ) : object
Negate ( System.UInt64 x ) : object
OnesComplement ( System.UInt64 x ) : object
Plus ( System.UInt64 x ) : System.UInt64
Power ( System.Int64 x, System.UInt64 y ) : object
Power ( System.UInt64 x, System.Int64 y ) : object
Power ( System.UInt64 x, System.UInt64 y ) : object
RightShift ( System.UInt64 x, [ y ) : System.UInt64
Subtract ( System.Int64 x, System.UInt64 y ) : object
Subtract ( System.UInt64 x, System.Int64 y ) : object
Subtract ( System.UInt64 x, System.UInt64 y ) : object
TrueDivide ( System.Int64 x, System.UInt64 y ) : double
TrueDivide ( System.UInt64 x, System.Int64 y ) : double
TrueDivide ( System.UInt64 x, System.UInt64 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__ ( System.UInt64 x ) : int
x System.UInt64
return int

__hex__() public static method

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

__nonzero__() public static method

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

__trunc__() public static method

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

bit_length() public static method

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

conjugate() public static method

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