

DPR() - Production rate
| Type
| Field
| Description
|
| double
| dUnits
| Total units for a period
|
| double
| dDays
| Total number of working days in a period
|
PowerBuilder Function declaration
function double DPR(double dUnits, double dDays) library "IFL16.DLL"
Visual Basic Function declaration
Declare Function DPR lib "IFL16" (ByVal dUnits As Double, ByVal dDays As Double) As Double
C/C++ Synopsis
#include "function.h"
double DPR(double dUnits, double dDays)
32 bit DLL declarations
PowerBuilder Function declaration
function double DPR(double dUnits, double dDays) library "IFL32.DLL"
Visual Basic Function declaration
Declare Function DPR lib "IFL32" (ByVal dUnits As Double, ByVal dDays As Double) As Double
C/C++ Synopsis
#include "function.h"
double DPR(double dUnits, double dDays)
Example:
| dUnits
| =
| 1760
|
|
| dDays
| =
| 22
|
|