Skip to content

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

System.UInt64

Stats.Max Property

Largest value.

public double Max { get; }

Property Value

System.Double

Stats.Mean Property

Arithmetic mean.

public double Mean { get; }

Property Value

System.Double

Stats.Min Property

Smallest value.

public double Min { get; }

Property Value

System.Double