NArrayT, DLMultiply Method
Returns the product of the object and b.
Namespace: Metas.UncLib.Core.NdimsAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
public T LMultiply(
D b
)
Public Function LMultiply (
b As D
) As T
public:
virtual T LMultiply(
D b
) sealed
abstract LMultiply :
b : 'D -> 'T
override LMultiply :
b : 'D -> 'T
- b D
- The second operand
Tthe product
IArrayArithmeticT, OLMultiply(O)