

VVFO() - Volume variance
| Type
| Field
| Description
|
| double
| dBudOh
| Budgeted factory overhead
|
| double
| dActOh
| Actual applied factory overhead
|
PowerBuilder Function declaration
function double VVFO(double dBudOh, double dActOh) library "IFL16.DLL"
Visual Basic Function declaration
Declare Function VVFO lib "IFL16" (ByVal dBudOh As Double, ByVal dActOh As Double) As Double
C/C++ Synopsis
#include "function.h"
double VVFO(double dBudOh, double dActOh)
32 bit DLL declarations
PowerBuilder Function declaration
function double VVFO(double dBudOh, double dActOh) library "IFL32.DLL"
Visual Basic Function declaration
Declare Function VVFO lib "IFL32" (ByVal dBudOh As Double, ByVal dActOh As Double) As Double
C/C++ Synopsis
#include "function.h"
double VVFO(double dBudOh, double dActOh)
Example:
| dBudOh
| =
| 4,845
|
|
| dActOh
| =
| 4,692
|
|