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#
A cell that contains the combined statistics for two cells.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static Cell operator +(
Cell left,
Cell right
)
Parameters
Return Value
CellA cell that contains the combined statistics for two cells.