C# Class IronPython.Runtime.Operations.Int64Ops

Mostrar archivo Open project: jschementi/iron Class Usage Examples

Public Methods

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

Private Methods

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

Method Details

__hash__() public static method

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

__hex__() public static method

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

__nonzero__() public static method

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

__trunc__() public static method

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

bit_length() public static method

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

conjugate() public static method

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