Class TDoubleList
Unit
CastleUtils
Declaration
type TDoubleList = class(specialize TFPGList<Double>)
Description
Hierarchy
Overview
Methods
Description
Methods
 |
procedure Assign(Source: TSingleList); overload; |
Assign value from TSingleList, converting to double-precision.
|
 |
procedure AddArray(const A: array of Double); |
|
 |
function L: PDouble; |
|
Generated by PasDoc 0.13.0 on 2014-04-30 22:06:45
|