Метод | Описание | |
---|---|---|
__abs__ ( int self ) : int | ||
__coerce__ ( Microsoft.Scripting.Runtime.CodeContext context, int x, object o ) : object | ||
__divmod__ ( int x, int y ) : PythonTuple | ||
__float__ ( int self ) : double | ||
__format__ ( Microsoft.Scripting.Runtime.CodeContext context, int self, [ formatSpec ) : string | ||
__getnewargs__ ( Microsoft.Scripting.Runtime.CodeContext context, int self ) : object | ||
__hash__ ( |
||
__hex__ ( int x ) : string | ||
__index__ ( int self ) : int | ||
__int__ ( int self ) : int | ||
__long__ ( int self ) : BigInteger | ||
__nonzero__ ( |
||
__oct__ ( int x ) : string | ||
__rdivmod__ ( int x, int y ) : object | ||
__repr__ ( int self ) : string | ||
__trunc__ ( |
||
bit_length ( |
||
conjugate ( |
Метод | Описание | |
---|---|---|
Abs ( |
||
Add ( |
||
BitwiseAnd ( |
||
BitwiseOr ( |
||
Compare ( |
||
ConvertToByte ( |
||
ConvertToDouble ( |
||
ConvertToInt16 ( |
||
ConvertToInt64 ( |
||
ConvertToSByte ( |
||
ConvertToSingle ( |
||
ConvertToUInt16 ( |
||
ConvertToUInt32 ( |
||
ConvertToUInt64 ( |
||
Divide ( |
||
ExclusiveOr ( |
||
FastNew ( Microsoft.Scripting.Runtime.CodeContext context, object o ) : object | ||
FloorDivide ( int x, int y ) : object | ||
Getdenominator ( |
||
Getimag ( |
||
Getnumerator ( |
||
Getreal ( |
||
LeftShift ( |
||
LeftShift ( int x, int y ) : object | ||
Mod ( int x, int y ) : int | ||
Multiply ( |
||
Negate ( |
||
OnesComplement ( |
||
Plus ( |
||
Power ( int x, BigInteger power, BigInteger qmod ) : object | ||
Power ( int x, double power, double qmod ) : object | ||
Power ( int x, int power ) : object | ||
Power ( int x, int power, int qmod ) : object | ||
RightShift ( |
||
RightShift ( int x, int y ) : int | ||
Subtract ( |
||
ToBinary ( int self ) : string | ||
ToBinary ( int self, bool includeType ) : string | ||
ToHex ( int self, bool lowercase ) : string | ||
ToOctal ( int self, bool lowercase ) : string | ||
TrimRadix ( string s, int radix ) : string | ||
TrueDivide ( |
||
ValidateType ( IronPython.Runtime.Types.PythonType cls ) : void | ||
__divmod__ ( int x, object y ) : object | ||
__new__ ( Microsoft.Scripting.Runtime.CodeContext context, IronPython.Runtime.Types.PythonType cls ) : object | ||
__new__ ( Microsoft.Scripting.Runtime.CodeContext context, IronPython.Runtime.Types.PythonType cls, Extensible |
||
__new__ ( Microsoft.Scripting.Runtime.CodeContext context, IronPython.Runtime.Types.PythonType cls, IList |
||
__new__ ( Microsoft.Scripting.Runtime.CodeContext context, IronPython.Runtime.Types.PythonType cls, object x ) : object | ||
__new__ ( Microsoft.Scripting.Runtime.CodeContext context, object o ) : object | ||
__new__ ( IronPython.Runtime.Types.PythonType cls, string s, int radix ) : object |
public static __abs__ ( int self ) : int | ||
self | int | |
Результат | int |
public static __coerce__ ( Microsoft.Scripting.Runtime.CodeContext context, int x, object o ) : object | ||
context | Microsoft.Scripting.Runtime.CodeContext | |
x | int | |
o | object | |
Результат | object |
public static __divmod__ ( int x, int y ) : PythonTuple | ||
x | int | |
y | int | |
Результат | PythonTuple |
public static __float__ ( int self ) : double | ||
self | int | |
Результат | double |
public static __format__ ( Microsoft.Scripting.Runtime.CodeContext context, int self, [ formatSpec ) : string | ||
context | Microsoft.Scripting.Runtime.CodeContext | |
self | int | |
formatSpec | [ | |
Результат | string |
public static __getnewargs__ ( Microsoft.Scripting.Runtime.CodeContext context, int self ) : object | ||
context | Microsoft.Scripting.Runtime.CodeContext | |
self | int | |
Результат | object |
public static __hash__ ( |
||
x | ||
Результат | int |
public static __hex__ ( int x ) : string | ||
x | int | |
Результат | string |
public static __index__ ( int self ) : int | ||
self | int | |
Результат | int |
public static __int__ ( int self ) : int | ||
self | int | |
Результат | int |
public static __long__ ( int self ) : BigInteger | ||
self | int | |
Результат | BigInteger |
public static __nonzero__ ( |
||
x | ||
Результат | bool |
public static __oct__ ( int x ) : string | ||
x | int | |
Результат | string |
public static __rdivmod__ ( int x, int y ) : object | ||
x | int | |
y | int | |
Результат | object |
public static __repr__ ( int self ) : string | ||
self | int | |
Результат | string |
public static __trunc__ ( |
||
x | ||
Результат |
public static bit_length ( |
||
value | ||
Результат | int |
public static conjugate ( |
||
x | ||
Результат |