NArrayT, DLAdd Method

Returns the sum of the object and b.

Definition

Namespace: Metas.UncLib.Core.Ndims
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public T LAdd(
	D b
)

Parameters

b  D
The second operand

Return Value

T
the sum

Implements

IArrayArithmeticT, OLAdd(O)

See Also