Cell.Total Method

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

Definition

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

Parameters

cells  IList<Cell>

Return Value

Cell

See Also