Search
CommonUtils.getLength Method
See Also
 

 Overload List

Name Description

CommonUtils.getLength (double[][], int)

Returns the specified dimension of the specified two-dimensional array.

CommonUtils.getLength (short[][], int)

Returns the specified dimension of the specified two-dimensional array.

CommonUtils.getLength (int[][], int)

Returns the specified dimension of the specified two-dimensional array.

CommonUtils.getLength (float[][], int)

Returns the specified dimension of the specified two-dimensional array.

CommonUtils.getLength (T[][], int)

 

 See Also