Share

AcArray::setPhysicalLength

C++

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

Description

Sets the physical length of the array. If you set the physical length to be less than the logical length, then the logical length is reset to match the new physical length. The new physical length (n) must be greater than zero.

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

Parameters

Parameters Description
n Input physical length

Links

AcArray

Was this information helpful?