Cell.Addition Operator

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

Definition

Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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