You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > Shift Method > Matrix.Shift Method (int, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.Shift Method (int, int, int)

Shift Matrix elements in range.

Syntax
C#
Visual Basic
public TMtxVec Shift(int Offset, int Index, int Len);

Shifts calling Matrix elements in specified range [Index..Index+Len]. The number of elements by which to shift is specified in the Offset parameter. 

Offset can be any integer number, positive or negative.  

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!