shortsToFloats

open fun shortsToFloats(input: Array<Short>): Array<Float>

Converts an array of shorts to an array of floats.

Return

An array of floats.

Parameters

input

The short array to convert.