IGroup Operations<T>.Add Method
Adds one value to another.
Definition
Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The sum of a and b.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
T Add(
T a,
T b
)
Parameters
Return Value
TThe sum of a and b.