[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Dynamic array of (Double-sized) floats
Source position: types.pp line 73
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 |