Heureka API .NET Documentation
GetDgv Method



Virtual for testing purposes
Syntax
'Declaration
 
Protected Overridable Function GetDgv( _
   ByVal pu As PredictionUnit _
) As Double
'Usage
 
Dim instance As LowProdNystromBase
Dim pu As PredictionUnit
Dim value As Double
 
value = instance.GetDgv(pu)
protected virtual double GetDgv( 
   PredictionUnit pu
)
protected:
virtual double GetDgv( 
   PredictionUnit^ pu
) 

Parameters

pu
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LowProdNystromBase Class
LowProdNystromBase Members

Send Feedback