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

Overview

Methods

Public function ToSingle: TSingleList;
Public procedure Assign(const Source: TSingleList); overload;
Public procedure AssignLerpRange(const Fraction: Single; const V1, V2: specialize TStructList<Double>; const Index1, Index2, ACount: TListSize); override;
Public function Equals(SecondValue: TObject): boolean; override;

Description

Methods

Public function ToSingle: TSingleList;
 
Public procedure Assign(const Source: TSingleList); overload;

Assign value from TSingleList, converting to single-precision.

Public procedure AssignLerpRange(const Fraction: Single; const V1, V2: specialize TStructList<Double>; const Index1, Index2, ACount: TListSize); override;
 
Public 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.