Cell.Total Method

Returns a cell that combines the statistics in the specified list of cells.

Definition

Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static Cell Total(
	IList<Cell> cells
)

Parameters

cells  IList<Cell>

Return Value

Cell

See Also