MtxExprInt.Divide Method

Overload List

#SignatureDescription
1MatrixInt Divide(TMtxInt X, TMtxVecInt Y, TMtxVecInt Z)Result = X / (Y*Z)
2VectorInt Divide(TVecInt X, TMtxVecInt Y, TMtxVecInt Z)Result = X / (Y*Z)
3MatrixInt Divide(Int32 X, TMtxInt Y, TMtxVecInt Z)Result = xScalar / (Y*Z)
4VectorInt Divide(Int32 X, TVecInt Y, TMtxVecInt Z)Result = xScalar / (Y*Z)

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

Compute X / (Y*Z)

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

Returns: MatrixInt

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

Compute X / (Y*Z)

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

Returns: VectorInt

Overload 3: MatrixInt Divide(Int32 X, TMtxInt Y, TMtxVecInt Z)

Compute xScalar / (Y*Z)

#NameTypeDescription
1XInt32
2YTMtxIntsource TMtxInt
3ZTMtxVecIntsource TVecInt or TMtxInt

Returns: MatrixInt

Overload 4: VectorInt Divide(Int32 X, TVecInt Y, TMtxVecInt Z)

Compute xScalar / (Y*Z)

#NameTypeDescription
1XInt32
2YTVecIntsource TVecInt
3ZTMtxVecIntsource TVecInt or TMtxInt

Returns: VectorInt