MtxExprInt.Shift Method

function Shift(const X: TVecInt; const Offset: Integer): VectorInt;

Shifts the content of the source data X by Offset left or right.

#NameTypeDescription
1XTVecInt
2OffsetInteger

Returns: VectorInt

Remarks:

Internally calls TVecInt.Shift