Class TFloatList
Unit
Declaration
type TFloatList = class(specialize TStructList<Float>)
Description
Warning: this symbol is deprecated: use TSingleList for most cases, eventually TDoubleList
List of Float values (defined in Math unit as float with maximum precision). This is deprecated as precision of floats is not defined cross-platform, see https://castle-engine.io/coding_conventions#_do_not_use_extended_use_single_double .
Hierarchy
- TObject
- TList
- TStructList
- TFloatList
Overview
Methods
![]() |
procedure AppendFloats(Floats: TSingleList); |
Description
Methods
![]() |
procedure AppendFloats(Floats: TSingleList); |
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.