IGroupOperations<T>.Add Method

Adds one value to another.

Definition

Namespace: Extreme.Mathematics.Generic
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
T Add(
	T a,
	T b
)

Parameters

a  T
A value.
b  T
A value.

Return Value

T
The sum of a and b.

See Also