Class TSingleList
Unit
Declaration
type TSingleList = class(specialize TStructList<Single>)
Description
List of Single (single-precision floating point) values.
Hierarchy
- TObject
- TList
- TStructList
- TSingleList
Overview
Methods
![]() |
function ToDouble: TDoubleList; |
![]() |
procedure Assign(const Source: TDoubleList); overload; |
![]() |
procedure AssignLerpRange(const Fraction: Single; const V1, V2: specialize TStructList<Single>; const Index1, Index2, ACount: TListSize); override; |
![]() |
procedure AddListRange(const Source: TSingleList; const Index, AddCount: TListSize); deprecated 'use AddSubRange'; |
![]() |
function Equals(SecondValue: TObject): boolean; override; |
![]() |
function Sum: Single; |
![]() |
procedure MultiplyAll(const Factor: Single); |
![]() |
procedure SortAndRemoveDuplicates; |
![]() |
procedure AppendFloats(Floats: TFloatList); |
Description
Methods
![]() |
function ToDouble: TDoubleList; |
This item has no description. |
![]() |
procedure Assign(const Source: TDoubleList); overload; |
Assign value from TDoubleList, converting to single-precision. |
![]() |
procedure AssignLerpRange(const Fraction: Single; const V1, V2: specialize TStructList<Single>; const Index1, Index2, ACount: TListSize); override; |
This item has no description. |
![]() |
procedure AddListRange(const Source: TSingleList; const Index, AddCount: TListSize); deprecated 'use AddSubRange'; |
Warning: this symbol is deprecated: use AddSubRange 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. |
![]() |
function Sum: Single; |
This item has no description. |
![]() |
procedure MultiplyAll(const Factor: Single); |
Multiply all items by Factor. |
![]() |
procedure SortAndRemoveDuplicates; |
Sort and remove (exact) duplicates. Removal of duplicates is very fast, utilizing the fact that the list is sorted. |
![]() |
procedure AppendFloats(Floats: TFloatList); |
using deprecated, to keep it working |
Generated by PasDoc 0.16.0-snapshot.