TopSetTToArray Method

NReco.NLQuery Class Library Documentation
Copies top N elements to a new array. Elements are sorted in descending order.

Namespace:  NReco.NLQuery
Assembly:  NReco.NLQuery (in NReco.NLQuery.dll) Version: 1.0.0
Syntax

public T[] ToArray()

Return Value

Type: T
array with top elements.
See Also

Reference