Matrix.SetSubRangeLevel Method

Overload List

#SignatureDescription
1void SetSubRangeLevel(TDenseMtxVec Src, Int32 Index, Int32 Len)Defines a sub Matrix/matrix and pushes the stack.
2void SetSubRangeLevel(Int32 Index, Int32 Len)Defines a sub Matrix/matrix and pushes the stack.

Overload 1: void SetSubRangeLevel(TDenseMtxVec Src, Int32 Index, Int32 Len)

Defines a sub Matrix/matrix and pushes the stack.

#NameTypeDescription
1SrcTDenseMtxVecsource TVec or TMtx
2IndexInt32start index
3LenInt32element count

Result: stored in self (calling object)

Overload 2: void SetSubRangeLevel(Int32 Index, Int32 Len)

Defines a sub Matrix/matrix and pushes the stack.

#NameTypeDescription
1IndexInt32start index
2LenInt32element count

Result: stored in self (calling object)