|
Step
Sets the increment size of the array.
bool Step(
|
Parameters
step
[in] The new value of the increment size of the array.
Return Value
true - successful, false - there was an attempt to establish a step less than or equal to zero.
Example:
//--- example for CArray::Step(int)
|