C# 클래스 Xapian.BoolWeight

상속: Xapian.Weight
파일 보기 프로젝트 열기: kyeh/dormhost 1 사용 예제들

공개 메소드들

메소드 설명
BoolWeight ( ) : System
Clone ( ) : BoolWeight
Dispose ( ) : void
GetMaxExtra ( ) : double
GetMaxPart ( ) : double
GetSumExtra ( double len ) : double
GetSumPart ( uint wdf, double len ) : double
GetSumPartNeedsDocLength ( ) : bool
Name ( ) : string
Serialise ( ) : string
Unserialise ( string s ) : Xapian.Weight

비공개 메소드들

메소드 설명
BoolWeight ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( BoolWeight obj ) : HandleRef

메소드 상세

BoolWeight() 공개 메소드

public BoolWeight ( ) : System
리턴 System

Clone() 공개 메소드

public Clone ( ) : BoolWeight
리턴 BoolWeight

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetMaxExtra() 공개 메소드

public GetMaxExtra ( ) : double
리턴 double

GetMaxPart() 공개 메소드

public GetMaxPart ( ) : double
리턴 double

GetSumExtra() 공개 메소드

public GetSumExtra ( double len ) : double
len double
리턴 double

GetSumPart() 공개 메소드

public GetSumPart ( uint wdf, double len ) : double
wdf uint
len double
리턴 double

GetSumPartNeedsDocLength() 공개 메소드

public GetSumPartNeedsDocLength ( ) : bool
리턴 bool

Name() 공개 메소드

public Name ( ) : string
리턴 string

Serialise() 공개 메소드

public Serialise ( ) : string
리턴 string

Unserialise() 공개 메소드

public Unserialise ( string s ) : Xapian.Weight
s string
리턴 Xapian.Weight