| Name | Description |
---|
 | Rotate(Double, Int32) |
Shifts the element of this vector by moving them from index i to index i+increment.
The elements at the end of the vector are wrapped back to the start of the vector. Thus, effectively, the elements of the vector are rotated.
|
 | Rotate(Int32, Int32) |
Shifts the element of this vector by moving them from index i to index i+increment.
The elements at the end of the vector are wrapped back to the start of the vector. Thus, effectively, the elements of the vector are rotated.
|
 | Rotate(IVectorDouble, Int32) |
Shifts the element of this vector by moving them from index i to index i+increment.
The elements at the end of the vector are wrapped back to the start of the vector. Thus, effectively, the elements of the vector are rotated.
|
 | Rotate(IVectorSingle, Int32) |
Shifts the element of this vector by moving them from index i to index i+increment.
The elements at the end of the vector are wrapped back to the start of the vector. Thus, effectively, the elements of the vector are rotated.
|
 | Rotate(Single, Int32) |
Shifts the element of this vector by moving them from index i to index i+increment.
The elements at the end of the vector are wrapped back to the start of the vector. Thus, effectively, the elements of the vector are rotated.
|