C# Class Xapian.TradWeight

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

Public Methods

Method Description
Clone ( ) : TradWeight
Dispose ( ) : void
GetMaxExtra ( ) : double
GetMaxPart ( ) : double
GetSumExtra ( double len ) : double
GetSumPart ( uint wdf, double len ) : double
GetSumPartNeedsDocLength ( ) : bool
Name ( ) : string
Serialise ( ) : string
TradWeight ( ) : System
TradWeight ( double k ) : System
Unserialise ( string s ) : Xapian.Weight

Private Methods

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

Method Details

Clone() public method

public Clone ( ) : TradWeight
return TradWeight

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

TradWeight() public method

public TradWeight ( ) : System
return System

TradWeight() public method

public TradWeight ( double k ) : System
k double
return System

Unserialise() public method

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