SparseWeight8.OrderedByWeight

SparseWeight8.OrderedByWeight method

Returns a copy of this SparseWeight8 where all the indices have been reordered by weight in descending order.

public static SparseWeight8 OrderedByWeight(ref SparseWeight8 sparse)
ParameterTypeDescription
sparseSparseWeight8&The SparseWeight8 to get ordered.

Return Value

A weight ordered SparseWeight8.

See Also