NArrayT, DRMultiply Method

Returns the product of the a and the object.

Definition

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

Parameters

a  D
The first operand

Return Value

T
the product

Implements

IArrayArithmeticT, ORMultiply(O)

See Also