Oracle® Coherence .NET API Reference Release 3.6
E15727-01

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

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

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