This won't compile@
It gives "Compile Error: Unable to convert from 'Float Array' to 'Double Array'"
Gotta say that's a bit disappointing as I'll have to typecast each float as a double.
Global MultiplierArray:Double[] = [0.0,0.0,0.0,0.0,0.0,0.0,0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8,0.9,1.0,1.2,1.4,1.6,1.8,2.0,2.3,2.6,3.0]
It gives "Compile Error: Unable to convert from 'Float Array' to 'Double Array'"
Gotta say that's a bit disappointing as I'll have to typecast each float as a double.