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

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

Public Methods

Method Description
MaxFloatFunction ( ValueSource sources ) : System

Protected Methods

Method Description
Func ( int doc, FunctionValues valsArr ) : float

Method Details

Func() protected method

protected Func ( int doc, FunctionValues valsArr ) : float
doc int
valsArr FunctionValues
return float

MaxFloatFunction() public method

public MaxFloatFunction ( ValueSource sources ) : System
sources ValueSource
return System