C# Class IronPython.Runtime.Operations.BoolOps

显示文件 Open project: jschementi/iron Class Usage Examples

Public Methods

Method Description
__int__ ( System.Boolean x ) : Int32
__repr__ ( bool self ) : string

Private Methods

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

Method Details

__int__() public static method

public static __int__ ( System.Boolean x ) : Int32
x System.Boolean
return System.Int32

__repr__() public static method

public static __repr__ ( bool self ) : string
self bool
return string