C# Класс IronPython.Runtime.Operations.UInt64Ops

Показать файл Открыть проект

Открытые методы

Метод Описание
__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

Приватные методы

Метод Описание
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

Описание методов

__hash__() публичный статический Метод

public static __hash__ ( System.UInt64 x ) : int
x System.UInt64
Результат int

__hex__() публичный статический Метод

public static __hex__ ( System.UInt64 value ) : string
value System.UInt64
Результат string

__nonzero__() публичный статический Метод

public static __nonzero__ ( System.UInt64 x ) : bool
x System.UInt64
Результат bool

__trunc__() публичный статический Метод

public static __trunc__ ( System.UInt64 x ) : System.UInt64
x System.UInt64
Результат System.UInt64

bit_length() публичный статический Метод

public static bit_length ( System.UInt64 value ) : int
value System.UInt64
Результат int

conjugate() публичный статический Метод

public static conjugate ( System.UInt64 x ) : System.UInt64
x System.UInt64
Результат System.UInt64