Share

AcArray::isValid

C++

bool isValid(
    int
) const;

Description

This function returns true if index is a valid index value for the array.

Parameters

Parameters Description
i Input index to test for validity within the array

Links

AcArray

Was this information helpful?