 | ProjectionMaxTResult Method |
Computes the maximum of a sequence of values.
Namespace:
SphinxConnector.FluentApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic static TResult Max<TResult>(
Expression<Func<TResult>> expression
)
Public Shared Function Max(Of TResult) (
expression As Expression(Of Func(Of TResult))
) As TResult
Parameters
- expression
- Type: System.Linq.ExpressionsExpressionFuncTResult
A function that returns the member to find the maximum for.
Type Parameters
- TResult
- The type of the member.
Return Value
Type:
TResultThe computed maximum.
Exceptions
See Also