copy

open fun copy(Destination: Array<Short>, Source: Array<Int>)
open fun copy(Destination: Array<Short>, Source: Array<Short>)

Copy an int array to and short array.

Parameters

Destination

short array to copy to

Source

int array to copy from