C# Class Xapian.BoolWeight

Inheritance: Xapian.Weight
Mostrar archivo Open project: kyeh/dormhost Class Usage Examples

Public Methods

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

Private Methods

Method Description
BoolWeight ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( BoolWeight obj ) : HandleRef

Method Details

BoolWeight() public method

public BoolWeight ( ) : System
return System

Clone() public method

public Clone ( ) : BoolWeight
return BoolWeight

Dispose() public method

public Dispose ( ) : void
return void

GetMaxExtra() public method

public GetMaxExtra ( ) : double
return double

GetMaxPart() public method

public GetMaxPart ( ) : double
return double

GetSumExtra() public method

public GetSumExtra ( double len ) : double
len double
return double

GetSumPart() public method

public GetSumPart ( uint wdf, double len ) : double
wdf uint
len double
return double

GetSumPartNeedsDocLength() public method

public GetSumPartNeedsDocLength ( ) : bool
return bool

Name() public method

public Name ( ) : string
return string

Serialise() public method

public Serialise ( ) : string
return string

Unserialise() public method

public Unserialise ( string s ) : Xapian.Weight
s string
return Xapian.Weight