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 |
|
|