메소드 |
설명 |
|
Abs ( Int32 x ) : object |
|
|
Add ( Int32 x, Int32 y ) : object |
|
|
BitwiseAnd ( Int32 x, Int32 y ) : Int32 |
|
|
BitwiseOr ( Int32 x, Int32 y ) : Int32 |
|
|
Compare ( Int32 x, Int32 y ) : int |
|
|
ConvertToByte ( Int32 x ) : Byte |
|
|
ConvertToDouble ( Int32 x ) : Double |
|
|
ConvertToInt16 ( Int32 x ) : Int16 |
|
|
ConvertToInt64 ( Int32 x ) : System.Int64 |
|
|
ConvertToSByte ( Int32 x ) : SByte |
|
|
ConvertToSingle ( Int32 x ) : System.Single |
|
|
ConvertToUInt16 ( Int32 x ) : UInt16 |
|
|
ConvertToUInt32 ( Int32 x ) : UInt32 |
|
|
ConvertToUInt64 ( Int32 x ) : System.UInt64 |
|
|
Divide ( Int32 x, Int32 y ) : object |
|
|
ExclusiveOr ( Int32 x, Int32 y ) : Int32 |
|
|
FastNew ( Microsoft.Scripting.Runtime.CodeContext context, object o ) : object |
|
|
FloorDivide ( int x, int y ) : object |
|
|
Getdenominator ( Int32 x ) : Int32 |
|
|
Getimag ( Int32 x ) : Int32 |
|
|
Getnumerator ( Int32 x ) : Int32 |
|
|
Getreal ( Int32 x ) : Int32 |
|
|
LeftShift ( Int32 x, [ y ) : object |
|
|
LeftShift ( int x, int y ) : object |
|
|
Mod ( int x, int y ) : int |
|
|
Multiply ( Int32 x, Int32 y ) : object |
|
|
Negate ( Int32 x ) : object |
|
|
OnesComplement ( Int32 x ) : Int32 |
|
|
Plus ( Int32 x ) : Int32 |
|
|
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 ( Int32 x, [ y ) : Int32 |
|
|
RightShift ( int x, int y ) : int |
|
|
Subtract ( Int32 x, Int32 y ) : object |
|
|
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 ( Int32 x, Int32 y ) : double |
|
|
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 o ) : object |
|
|
__new__ ( Microsoft.Scripting.Runtime.CodeContext context, IronPython.Runtime.Types.PythonType cls, IList s ) : object |
|
|
__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 |
|
|