Class TDoubleList
Unit
Declaration
type TDoubleList = class(specialize TStructList<Double>)
Description
List of Double (double-precision floating point) values.
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; |
|
This item has no description. |
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; |
|
This item has no description. |
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-snapshot.