Matrix.SetSubRangeLevel Method

Overload List

#SignatureDescription
1procedure SetSubRangeLevel(const Src: TDenseMtxVec; Index: Integer; Len: Integer);Defines a sub Matrix/matrix and pushes the stack.
2procedure SetSubRangeLevel(Index: Integer; Len: Integer);Defines a sub Matrix/matrix and pushes the stack.

Overload 1: procedure SetSubRangeLevel(const Src: TDenseMtxVec; Index: Integer; Len: Integer);

Defines a sub Matrix/matrix and pushes the stack.

#NameTypeDescription
1SrcTDenseMtxVec
2IndexIntegerstart index
3LenIntegerelement count

Result: stored in self (calling object)

Overload 2: procedure SetSubRangeLevel(Index: Integer; Len: Integer);

Defines a sub Matrix/matrix and pushes the stack.

#NameTypeDescription
1IndexIntegerstart index
2LenIntegerelement count

Result: stored in self (calling object)