Learn R Programming

J4R (version 1.0.7)

getArrayLength: Return the length of an Array instance

Description

This method returns an integer that is the length of the Array.

Usage

getArrayLength(object)

Arguments

object

a java.object instance that represents an array

Value

an integer that is the length of the array