Click or drag to resize

FieldTSum Method

Get the sum of two elements.

Namespace:  WhetStone.Fielding
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public abstract T Sum(
	T a,
	T b
)

Parameters

a
Type: T
The first addend.
b
Type: T
The second addend.

Return Value

Type: T
The sum of a and b
See Also