MtxExprInt.DivideC Method

Overload List

#SignatureDescription
1function DivideC(const X: TMtxInt; const Y: TMtxVecInt; const Z: Integer): MatrixInt;Result = X / (Y*zScale)
2function DivideC(const X: TVecInt; const Y: TMtxVecInt; const Z: Integer): VectorInt;Result = X / (Y*zScale)

Overload 1: function DivideC(const X: TMtxInt; const Y: TMtxVecInt; const Z: Integer): MatrixInt;

Compute X / (Y*zScale)

#NameTypeDescription
1XTMtxInt
2YTMtxVecInt
3ZInteger

Returns: MatrixInt

Overload 2: function DivideC(const X: TVecInt; const Y: TMtxVecInt; const Z: Integer): VectorInt;

Compute X / (Y*zScale)

#NameTypeDescription
1XTVecInt
2YTMtxVecInt
3ZInteger

Returns: VectorInt