|
Return Value
A two-dimensional array containing the elements of this node.
Supported types:
@code:double, @code:String, @code:boolean, @code:CalcError.The following types will be normalized to @code:double if you convert the@code:ArrayNode to @code:string and then convert it back:
@code:byte, @code:short, @code:int, @code:long, @code:float.Floating-point types can't be NaN or infinity.
|