MtxExprInt.DivideC Method

Overload List

#SignatureDescription
1MatrixInt DivideC(TMtxInt X, TMtxVecInt Y, Int32 Z)Result = X / (Y*zScale)
2VectorInt DivideC(TVecInt X, TMtxVecInt Y, Int32 Z)Result = X / (Y*zScale)

Overload 1: MatrixInt DivideC(TMtxInt X, TMtxVecInt Y, Int32 Z)

Compute X / (Y*zScale)

#NameTypeDescription
1XTMtxIntsource TMtxInt
2YTMtxVecIntsource TVecInt or TMtxInt
3ZInt32

Returns: MatrixInt

Overload 2: VectorInt DivideC(TVecInt X, TMtxVecInt Y, Int32 Z)

Compute X / (Y*zScale)

#NameTypeDescription
1XTVecIntsource TVecInt
2YTMtxVecIntsource TVecInt or TMtxInt
3ZInt32

Returns: VectorInt