Click or drag to resize

ProjectionMaxTResult Method

Computes the maximum of a sequence of values.

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
public static TResult Max<TResult>(
	Expression<Func<TResult>> expression
)

Parameters

expression  ExpressionFuncTResult
A function that returns the member to find the maximum for.

Type Parameters

TResult
The type of the member.

Return Value

TResult
The computed maximum.
Exceptions
ExceptionCondition
ArgumentNullExceptionOccurs when expression is null.
See Also