

QVDM() - Quantity variance
| Type
| Field
| Description
|
| double
| dQty
| Quantity of materials used
|
| double
| dStdQty
| Standard quantity of material used per unit
|
| double
| dStdPrice
| Standard price for material
|
| double
| dUnits
| Number of units produced
|
PowerBuilder Function declaration
function double QVDM(double dQty, double dStdQty, double dStdPrice, double dUnits) library "IFL16.DLL"
Visual Basic Function declaration
Declare Function QVDM lib "IFL16" (ByVal dQty As Double, ByVal dStdQty As Double, ByVal dStdPrice As Double, ByVal dUnits As Double) As Double
C/C++ Synopsis
#include "function.h"
double QVDM(double dQty, double dStdQty, double dStdPrice, double dUnits)
32 bit DLL declarations
PowerBuilder Function declaration
function double QVDM(double dQty, double dStdQty, double dStdPrice, double dUnits) library "IFL32.DLL"
Visual Basic Function declaration
Declare Function QVDM lib "IFL32" (ByVal dQty As Double, ByVal dStdQty As Double, ByVal dStdPrice As Double, ByVal dUnits As Double) As Double
C/C++ Synopsis
#include "function.h"
double QVDM(double dQty, double dStdQty, double dStdPrice, double dUnits)
Example:
| dQty
| =
| 770
|
|
| dStdQty
| =
| 4
|
|
| dStdPrice
| =
| 6.00
|
|
| dUnits
| =
| 190
|
|