New Float[] (gb)
Dim hFloatArray As Float[]
hFloatArray = New Float[] ( [ Size As Integer, ... ] )
Create an array of Float values.
The array can have up to eight dimensions. Each new dimension's size must be specified as extra argument.
Examples
'Declares a table of floats
Dim aTable As New Float[12, 8]