Aggregators.MinIndex Property

Gets an aggregator that computes the index of the smallest value.

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static AggregatorGroup<int> MinIndex { get; }

Property Value

AggregatorGroup<Int32>

See Also