C# 클래스 Brunet.Symphony.AHAddress

상속: StructuredAddress
파일 보기 프로젝트 열기: pstjuste/brunet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_class int

보호된 프로퍼티들

프로퍼티 타입 설명
_prefix uint

공개 메소드들

메소드 설명
AHAddress ( BigInteger big_int ) : System
AHAddress ( MemBlock mb ) : System
AHAddress ( RandomNumberGenerator rng ) : System
AHAddress ( byte b ) : System
AHAddress ( byte b, int off ) : System
CompareTo ( object o ) : int
DistanceTo ( AHAddress a ) : BigInteger
IsBetweenFromLeft ( AHAddress start, AHAddress end ) : bool
IsBetweenFromRight ( AHAddress start, AHAddress end ) : bool
IsCloserToFirst ( AHAddress first, AHAddress sec ) : bool
IsLeftOf ( AHAddress add ) : bool
IsRightOf ( AHAddress add ) : bool
LeftDistanceTo ( AHAddress addr ) : BigInteger
RightDistanceTo ( AHAddress addr ) : BigInteger

메소드 상세

AHAddress() 공개 메소드

public AHAddress ( BigInteger big_int ) : System
big_int Brunet.Util.BigInteger
리턴 System

AHAddress() 공개 메소드

public AHAddress ( MemBlock mb ) : System
mb Brunet.Util.MemBlock
리턴 System

AHAddress() 공개 메소드

public AHAddress ( RandomNumberGenerator rng ) : System
rng System.Security.Cryptography.RandomNumberGenerator
리턴 System

AHAddress() 공개 메소드

public AHAddress ( byte b ) : System
b byte
리턴 System

AHAddress() 공개 메소드

public AHAddress ( byte b, int off ) : System
b byte
off int
리턴 System

CompareTo() 공개 메소드

public CompareTo ( object o ) : int
o object
리턴 int

DistanceTo() 공개 메소드

public DistanceTo ( AHAddress a ) : BigInteger
a AHAddress
리턴 Brunet.Util.BigInteger

IsBetweenFromLeft() 공개 메소드

public IsBetweenFromLeft ( AHAddress start, AHAddress end ) : bool
start AHAddress
end AHAddress
리턴 bool

IsBetweenFromRight() 공개 메소드

public IsBetweenFromRight ( AHAddress start, AHAddress end ) : bool
start AHAddress
end AHAddress
리턴 bool

IsCloserToFirst() 공개 메소드

public IsCloserToFirst ( AHAddress first, AHAddress sec ) : bool
first AHAddress
sec AHAddress
리턴 bool

IsLeftOf() 공개 메소드

public IsLeftOf ( AHAddress add ) : bool
add AHAddress
리턴 bool

IsRightOf() 공개 메소드

public IsRightOf ( AHAddress add ) : bool
add AHAddress
리턴 bool

LeftDistanceTo() 공개 메소드

public LeftDistanceTo ( AHAddress addr ) : BigInteger
addr AHAddress
리턴 Brunet.Util.BigInteger

RightDistanceTo() 공개 메소드

public RightDistanceTo ( AHAddress addr ) : BigInteger
addr AHAddress
리턴 Brunet.Util.BigInteger

프로퍼티 상세

_class 공개적으로 정적으로 프로퍼티

public static int _class
리턴 int

_prefix 보호되어 있는 프로퍼티

protected uint _prefix
리턴 uint