Class TDoubleList

Unit

Declaration

type TDoubleList = class(specialize TStructList<Double>)

Description

List of Double (double-precision floating point) values.

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;

This item has no description.

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;

This item has no description.

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-snapshot.