Navigation: Code Documentation > RSCommon > RSConstants > Types
TRSNativeFloat Type
Defines the native floating point type for a Delphi platform. This defaults to Single for Win32 and Double for 64-bit platforms.
Namespace: RSConstants
Delphi
type TRSNativeFloat = Single;
•RSConstants