System.PSingleRec
Delphi
PSingleRec = ^TSingleRec;
C++
typedef TSingleRec *PSingleRec;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
pointer typedef |
public | System.pas System.hpp |
System | System |
Description
Pointer to TSingleRec.
TSingleRec provides support for low-level operations on single precision floating-point values.