TMtx.DivideVec Method

Overload List

#SignatureDescription
1TMtxVec DivideVec(TMtxVec Vec)Same as the Dew.Math.TDenseMtxVec.Divide method.
└ indexed: TMtxVec DivideVec(TMtxVec Vec, Int32 VecIndex, Int32 Index, Int32 Len)
2TMtxVec DivideVec(TMtxVec Num, TMtxVec Den)Same as the Dew.Math.TDenseMtxVec.Divide method.

Overload 1: TMtxVec DivideVec(TMtxVec Vec)

Same as the Dew.Math.TDenseMtxVec.Divide method.

#NameTypeDescription
1VecTMtxVecsource TVec or TMtx

Result: stored in self (calling object), returns self for chaining

Indexed: TMtxVec DivideVec(TMtxVec Vec, Int32 VecIndex, Int32 Index, Int32 Len)

Same as the Dew.Math.TDenseMtxVec.Divide method.

#NameTypeDescription
1VecTMtxVecsource TVec or TMtx
2VecIndexInt32
3IndexInt32start index
4LenInt32element count

Result: stored in self (calling object), returns self for chaining

Overload 2: TMtxVec DivideVec(TMtxVec Num, TMtxVec Den)

Same as the Dew.Math.TDenseMtxVec.Divide method.

#NameTypeDescription
1NumTMtxVecsource TVec or TMtx
2DenTMtxVecsource TVec or TMtx

Result: stored in self (calling object), returns self for chaining