Share

AcArray::setLogicalLength

C++

AcArray<T,R>& setLogicalLength(
    int
);

Description

Sets the logical length of the array.

If you try to set the logical length to be greater than the physical length, then the array is grown to the requested size (thus increasing both the logical length and the physical length).

Note: Logical and physical length values are in items, not bytes.

Parameters

Parameters Description
n Input logical length

Links

AcArray

Was this information helpful?