Dynamic array of (Double-sized) floats.
Source position: types.pp line 125
type TDoubleDynArray = array of Double; |
TSoubleDynArray is a standard definition of a dynamical array of doubles. (regular floating point type)
|
Array of (single-sized) floats. |