Gets an aggregator that computes the number of non-missing values.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static AggregatorGroup<double> CountUnique { get; }
Public Shared ReadOnly Property CountUnique As AggregatorGroup(Of Double)
Get
public:
static property AggregatorGroup<double>^ CountUnique {
AggregatorGroup<double>^ get ();
}
static member CountUnique : AggregatorGroup<float> with get
Property Value
Type:
AggregatorGroupDouble
Reference