WeightedMeanAccumulator<T>.TotalWeight Property

Gets the accumulated total weight of the sequence.

Definition

Namespace: Numerics.NET.DataAnalysis.Accumulators
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public T TotalWeight { get; }

Property Value

T

See Also