C# Class Lucene.Net.Queries.Function.ValueSources.MaxFloatFunction

MaxFloatFunction returns the max of it's components.
Inheritance: Lucene.Net.Queries.Function.ValueSources.MultiFloatFunction
Afficher le fichier Open project: paulirwin/lucene.net

Méthodes publiques

Méthode Description
MaxFloatFunction ( ValueSource sources ) : System

Méthodes protégées

Méthode Description
Func ( int doc, FunctionValues valsArr ) : float

Method Details

Func() protected méthode

protected Func ( int doc, FunctionValues valsArr ) : float
doc int
valsArr FunctionValues
Résultat float

MaxFloatFunction() public méthode

public MaxFloatFunction ( ValueSource sources ) : System
sources ValueSource
Résultat System