Cell.Addition Operator

Returns a new cell that contains the combined statistics for two cells.

Definition

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static Cell operator +(
	Cell left,
	Cell right
)

Parameters

left  Cell
The first cell.
right  Cell
The second cell.

Return Value

Cell
A cell that contains the combined statistics for two cells.

See Also