Holds an integer array
OperationsCopy constructor
New(values:Int[])
Name | Type | Description |
---|---|---|
values | Int[] | integer array |
Get values
method : public : Get() ~ Int[]
Type | Description |
---|---|
Int[] | values |
Set values
method : public : Set(values:Int[]) ~ Nil
Name | Type | Description |
---|---|---|
values | Int[] | integer array |