'ndims()'ndims() |
This information is part of the Modelica Standard Library maintained by the Modelica Association.
Return number of array dimensions
ndims(A)
Returns the number of dimensions k of array expression A, with k >= 0.
Real A[8,4,5]; Integer n = ndims(A); // = 3