Method Length : Int () Property
Returns the number of elements contained in the array.
Impressum, Datenschutzerklärung
The Array type is a fundamental cerberus type used to represent array values. More...
Properties | |
---|---|
Length : Int () |
Returns the number of elements contained in the array. |
Methods | |
---|---|
Resize : Void[] ( newLength:Int ) |
Returns a copy of this array, resized to newLength. |
The Array type is a fundamental cerberus type used to represent array values.
Please see the Types section of the cerberus language reference for more information on the array type.
Method Length : Int () Property
Returns the number of elements contained in the array.
Method Resize : Void[] ( newLength:Int )
Returns a copy of this array, resized to newLength.
ParametersnewLength - new array length.