toPrimitiveLongArray

open fun toPrimitiveLongArray(collection: Collection<out Number>): Array<Long>

Converts the give collection of Number objects into an array of primitive long values.

Return

an array of primitive long values.

Parameters

collection

a collection of Number objects