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

파일 보기 프로젝트 열기: jschementi/iron

공개 메소드들

메소드 설명
__hash__ ( Byte x ) : int
__hex__ ( Byte value ) : string
__nonzero__ ( Byte x ) : bool
__trunc__ ( Byte x ) : Byte
bit_length ( Byte value ) : int
conjugate ( Byte x ) : Byte

비공개 메소드들

메소드 설명
Abs ( Byte x ) : Byte
Add ( Byte x, Byte y ) : object
Add ( Byte x, SByte y ) : object
Add ( SByte x, Byte y ) : object
AppendJoin ( object value, int index, List byteList ) : void
BitwiseAnd ( Byte x, Byte y ) : Byte
BitwiseAnd ( Byte x, SByte y ) : Int16
BitwiseAnd ( SByte x, Byte y ) : Int16
BitwiseOr ( Byte x, Byte y ) : Byte
BitwiseOr ( Byte x, SByte y ) : Int16
BitwiseOr ( SByte x, Byte y ) : Int16
CoerceBytes ( object obj ) : IList
Compare ( Byte x, Byte y ) : int
Compare ( Byte x, SByte y ) : int
Compare ( SByte x, Byte y ) : int
ConvertToDouble ( Byte x ) : Double
ConvertToInt16 ( Byte x ) : Int16
ConvertToInt32 ( Byte x ) : Int32
ConvertToInt64 ( Byte x ) : System.Int64
ConvertToSByte ( Byte x ) : SByte
ConvertToSingle ( Byte x ) : System.Single
ConvertToUInt16 ( Byte x ) : UInt16
ConvertToUInt32 ( Byte x ) : UInt32
ConvertToUInt64 ( Byte x ) : System.UInt64
Divide ( Byte x, Byte y ) : object
Divide ( Byte x, SByte y ) : object
Divide ( SByte x, Byte y ) : object
ExclusiveOr ( Byte x, Byte y ) : Byte
ExclusiveOr ( Byte x, SByte y ) : Int16
ExclusiveOr ( SByte x, Byte y ) : Int16
FloorDivide ( Byte x, Byte y ) : Byte
FloorDivide ( Byte x, SByte y ) : object
FloorDivide ( SByte x, Byte y ) : object
GetByte ( object o ) : byte
GetByteListOk ( object o ) : byte
GetByteStringOk ( object o ) : byte
GetBytes ( ICollection bytes ) : List
GetBytes ( ICollection bytes, byte>.Func conversion ) : List
Getdenominator ( Byte x ) : Byte
Getimag ( Byte x ) : Byte
Getnumerator ( Byte x ) : Byte
Getreal ( Byte x ) : Byte
IsDigit ( this b ) : bool
IsLetter ( this b ) : bool
IsLower ( this p ) : bool
IsSign ( this ch ) : bool
IsUpper ( this p ) : bool
IsWhiteSpace ( this b ) : bool
LeftShift ( Byte x, Int32 y ) : object
LeftShift ( Byte x, [ y ) : object
Mod ( Byte x, Byte y ) : Byte
Mod ( Byte x, SByte y ) : Int16
Mod ( SByte x, Byte y ) : Int16
Multiply ( Byte x, Byte y ) : object
Multiply ( Byte x, SByte y ) : object
Multiply ( SByte x, Byte y ) : object
Negate ( Byte x ) : object
OnesComplement ( Byte x ) : object
Plus ( Byte x ) : Byte
Power ( Byte x, Byte y ) : object
Power ( Byte x, SByte y ) : object
Power ( SByte x, Byte y ) : object
RightShift ( Byte x, Int32 y ) : Byte
RightShift ( Byte x, [ y ) : Byte
Subtract ( Byte x, Byte y ) : object
Subtract ( Byte x, SByte y ) : object
Subtract ( SByte x, Byte y ) : object
ToByteChecked ( this item ) : byte
ToLower ( this p ) : byte
ToUpper ( this p ) : byte
TrueDivide ( Byte x, Byte y ) : double
TrueDivide ( Byte x, SByte y ) : double
TrueDivide ( SByte x, Byte y ) : double
__new__ ( IronPython.Runtime.Types.PythonType cls ) : object
__new__ ( IronPython.Runtime.Types.PythonType cls, object value ) : object

메소드 상세

__hash__() 공개 정적인 메소드

public static __hash__ ( Byte x ) : int
x Byte
리턴 int

__hex__() 공개 정적인 메소드

public static __hex__ ( Byte value ) : string
value Byte
리턴 string

__nonzero__() 공개 정적인 메소드

public static __nonzero__ ( Byte x ) : bool
x Byte
리턴 bool

__trunc__() 공개 정적인 메소드

public static __trunc__ ( Byte x ) : Byte
x Byte
리턴 Byte

bit_length() 공개 정적인 메소드

public static bit_length ( Byte value ) : int
value Byte
리턴 int

conjugate() 공개 정적인 메소드

public static conjugate ( Byte x ) : Byte
x Byte
리턴 Byte