SparseWeight8.OrderedByIndex

SparseWeight8.OrderedByIndex method

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

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

Return Value

An index ordered SparseWeight8.

See Also