Heureka API .NET Documentation
IsRich Method



Virtual for testing purposes
Syntax
'Declaration
 
Protected Overridable Function IsRich( _
   ByVal pu As PredictionUnit _
) As Double
'Usage
 
Dim instance As LowProdNystromBase
Dim pu As PredictionUnit
Dim value As Double
 
value = instance.IsRich(pu)
protected virtual double IsRich( 
   PredictionUnit pu
)
protected:
virtual double IsRich( 
   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