Aggregators.MinIndex Property

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

Definition

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

Property Value

AggregatorGroup<Int32>

See Also