[C#] | public ArrayMath shift([ int offset [, double fillValue ]]); |
[VB] | Public Function shift([ offset As Integer [, fillValue As Double ]]) As ArrayMath |
ChartDirector 7.1 (.NET Edition)
ArrayMath.
Usage
[C#] | public ArrayMath shift([ int offset [, double fillValue ]]); |
[VB] | Public Function shift([ offset As Integer [, fillValue As Double ]]) As ArrayMath |
Description
Arguments
Argument | Default | Description |
---|---|---|
offset | 1 | The number of positions to shift the array "rightwards." |
fillValue | NoValue | The new value to be shifted into the array. |
Return Value