System.PSingleRec

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type 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.