Class TDoubleList
Unit
Declaration
type TDoubleList = class(specialize TStructList<Double>)
Description
No description available, ancestor TStructList description follows
List of structures. This is just TList class from Generics.Collections, with some useful helpers.
Hierarchy
- TObject
- TList
- TStructList
- TDoubleList
Overview
Methods
function ToSingle: TSingleList; |
|
procedure Assign(const Source: TSingleList); overload; |
|
procedure AssignLerpRange(const Fraction: Single; const V1, V2: specialize TStructList<Double>; const Index1, Index2, ACount: TListSize); override; |
|
function Equals(SecondValue: TObject): boolean; override; |
Description
Methods
function ToSingle: TSingleList; |
|
procedure Assign(const Source: TSingleList); overload; |
|
Assign value from TSingleList, converting to single-precision. |
procedure AssignLerpRange(const Fraction: Single; const V1, V2: specialize TStructList<Double>; const Index1, Index2, ACount: TListSize); override; |
|
function Equals(SecondValue: TObject): boolean; override; |
|
Does the SecondValue have equal length and content. The values are compared with an Epsilon tolerance, as usual for floating-point values. |
Generated by PasDoc 0.16.0.