Class TDoubleList

Unit

Declaration

type TDoubleList = class(specialize TStructList<Double>)

Description

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

Source: src/base/castleutils_primitive_lists.inc (line 112).

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.

Source: src/base/castleutils_primitive_lists.inc (line 113).

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

Assign value from TSingleList, converting to single-precision.

Source: src/base/castleutils_primitive_lists.inc (line 116).

Public procedure AssignLerpRange(const Fraction: Single; const V1, V2: specialize TStructList<Double>; const Index1, Index2, ACount: TListSize); override;

This item has no description.

Source: src/base/castleutils_primitive_lists.inc (line 118).

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.

Source: src/base/castleutils_primitive_lists.inc (line 125).


Generated by PasDoc 0.17.0.snapshot.