/* C */
int32_t
sidl_double__array_dimen(const struct sidl_double__array *array);
// C++
int32_t
sidl::array<double>::dimen() const;
C FORTRAN 77
subroutine sidl_double__array_dimen_f(array, result)
integer*8 array
integer*4 result
! FORTRAN 90
integer (selected_int_kind(9)) dimen(array)
type(sidl_double_1d) :: array ! type depends on dimension
// Java
public native int _dim();
This method returns the dimension of the array.