QREAL (VMS, U*X)

Elemental Intrinsic Function (Specific): Converts the real part of a COMPLEX(16) argument to REAL(16) type. This is a specific function that has no generic function associated with it. It must not be passed as an actual argument.

Syntax

result = QREAL (a)

a
(Input) Must be of type COMPLEX(16) (or COMPLEX*32).

Results:

The result type is double precision real (REAL(16) or REAL*16).

Compatibility

CONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIB

See Also: REAL, DREAL

Examples

QREAL ((2.0q0, 3.0q0)) has the value 2.0q0.