Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Calculate the total number of element in the array of arrays.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public static int CalculateTotalLength(
	Object[][] aao
)

Parameters

aao
Type: array< array< System..::.Object >[]()[] >[]()[]
An array of arrays.

Return Value

The total number of elements.

See Also