Click or drag to resize
ProjectionCountTResult Method
Computes the number of occurences of a value in a sequence of values.

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public static TResult Count<TResult>()

Type Parameters

TResult
The type of the result.

Return Value

Type: TResult
The number of occurences.
See Also