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.12.1 on 2013-02-04 20:26:53
|