DIM hFloatArray AS Float[]

hFloatArray = NEW Float[] ( [ Size AS Integer ] )

Create an array of Float values.

Size specifies the initial size of the array. By default, the array is initially void.