NArrayT, DLSubtract Method

Returns the difference 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 LSubtract(
	D b
)

Parameters

b  D
The second operand

Return Value

T
the difference

Implements

IArrayArithmeticT, OLSubtract(O)

See Also