Stats
Stats Struct¶
Summary statistics over a sequence of values.
public readonly struct Stats
Properties¶
Stats.Count Property¶
Number of values.
public ulong Count { get; }
Property Value¶
Stats.Max Property¶
Largest value.
public double Max { get; }
Property Value¶
Stats.Mean Property¶
Arithmetic mean.
public double Mean { get; }
Property Value¶
Stats.Min Property¶
Smallest value.
public double Min { get; }