GeneralMatrix.ArrayRightDivide Method

DotNetMatrix

An NDoc Documented Class Library

GeneralMatrix.ArrayRightDivide Method 

Element-by-element right division, C = A./B

[Visual Basic]Overridable Public Function ArrayRightDivide( _
   ByVal B As GeneralMatrix _
) As GeneralMatrix
[C#]
public virtual GeneralMatrix ArrayRightDivide(
   GeneralMatrix B
);

Parameters

B
another matrix

Return Value

A./B

See Also

GeneralMatrix Class | DotNetMatrix Namespace