DIM
hFloatArray
AS
Float[]
hFloatArray
=
NEW
Float[]
(
[
Size
AS
Integer
]
)
Creates an array of
Float
values.
Size
specifies the initial size of the array. By default, the array is initially void.