TVec.Offset Method

Overload List

#SignatureDescription
1TMtxVec Offset(TCplx Value)Add/Subtract a complex value.
└ indexed: TMtxVec Offset(TCplx Value, Int32 Index, Int32 Len)
2TMtxVec Offset(Double Value)Add/Subtract a value.
└ indexed: TMtxVec Offset(Double Value, Int32 Index, Int32 Len)

Overload 1: TMtxVec Offset(TCplx Value)

Add/Subtract a complex value.

#NameTypeDescription
1ValueTCplxscalar

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

Indexed: TMtxVec Offset(TCplx Value, Int32 Index, Int32 Len)

Add/Subtract a complex value from [Index]..[Index+Len-1].

#NameTypeDescription
1ValueTCplxscalar
2IndexInt32start index
3LenInt32element count

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

Overload 2: TMtxVec Offset(Double Value)

Add/Subtract a value.

#NameTypeDescription
1ValueDoublescalar

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

Remarks:

Depreciated
Use Dew.Math.TDenseMtxVec.Add (Value) instead.

Indexed: TMtxVec Offset(Double Value, Int32 Index, Int32 Len)

Add/Subtract a value from [Index]..[Index+Len-1].

#NameTypeDescription
1ValueDoublescalar
2IndexInt32start index
3LenInt32element count

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