9.3.42 DPROD (X, Y)

Description:  Produces a double precision product. DPROD is a specific function with no generic name.  
Class:  Elemental function; Specific 
Arguments:  Must be of type default real. 
  Must be of type default real. 
Results:  The result type is double precision real. The result value is equal to X*Y.  

Examples

DPROD (2.0, -4.0) has the value -8.00.

DPROD (5.0, 3.0) has the value 15.00.


Previous Page Next Page Table of Contents