C# 클래스 IronPython.Runtime.Operations.BoolOps

파일 보기 프로젝트 열기: jschementi/iron 1 사용 예제들

공개 메소드들

메소드 설명
__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