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

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
__int__ ( System.Boolean x ) : Int32
__repr__ ( bool self ) : string

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

Метод Описание
BitwiseAnd ( bool x, bool y ) : bool
BitwiseAnd ( bool x, int y ) : int
BitwiseAnd ( int x, bool y ) : int
BitwiseOr ( bool x, bool y ) : bool
BitwiseOr ( bool x, int y ) : int
BitwiseOr ( int x, bool y ) : int
ConvertToByte ( System.Boolean x ) : Byte
ConvertToComplex ( System.Boolean x ) : Complex64
ConvertToDecimal ( System.Boolean x ) : decimal
ConvertToDouble ( System.Boolean x ) : Double
ConvertToInt16 ( System.Boolean x ) : Int16
ConvertToInt32 ( System.Boolean x ) : Int32
ConvertToInt64 ( System.Boolean x ) : System.Int64
ConvertToSByte ( System.Boolean x ) : SByte
ConvertToSingle ( System.Boolean x ) : System.Single
ConvertToUInt16 ( System.Boolean x ) : UInt16
ConvertToUInt32 ( System.Boolean x ) : UInt32
ConvertToUInt64 ( System.Boolean x ) : System.UInt64
Equals ( bool x, bool y ) : bool
Equals ( bool x, int y ) : bool
Equals ( int x, bool y ) : bool
ExclusiveOr ( bool x, bool y ) : bool
ExclusiveOr ( bool x, int y ) : int
ExclusiveOr ( int x, bool y ) : int
NotEquals ( bool x, bool y ) : bool
NotEquals ( bool x, int y ) : bool
NotEquals ( int x, bool y ) : bool
__new__ ( object cls, object o ) : bool
__new__ ( object cls ) : object

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

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

public static __int__ ( System.Boolean x ) : Int32
x System.Boolean
Результат System.Int32

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

public static __repr__ ( bool self ) : string
self bool
Результат string