Returns the number of items to be added when the array needs to be re-sized
*Usage
CLASS(FTMutableObjectArray) :: array
INTEGER :: sze
sze = array % chunkSize
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(FTMutableObjectArray) | :: | self |