Heureka API .NET Documentation
PredictionUnit Constructor(Int32,TreatmentUnit,Double)



Maximum number of periods that can be handled by the forest objects
Treatment unit that prediction unit belongs to
plotArea in m2
Creates a new prediction unit for test purposes, with hard-coded data
Syntax
'Declaration
 
Public Function New( _
   ByVal maxPeriods As Integer, _
   ByVal t As TreatmentUnit, _
   ByVal plotArea As Double _
)
'Usage
 
Dim maxPeriods As Integer
Dim t As TreatmentUnit
Dim plotArea As Double
 
Dim instance As New PredictionUnit(maxPeriods, t, plotArea)
public PredictionUnit( 
   int maxPeriods,
   TreatmentUnit t,
   double plotArea
)
public:
PredictionUnit( 
   int maxPeriods,
   TreatmentUnit^ t,
   double plotArea
)

Parameters

maxPeriods
Maximum number of periods that can be handled by the forest objects
t
Treatment unit that prediction unit belongs to
plotArea
plotArea in m2
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

PredictionUnit Class
PredictionUnit Members
Overload List

Send Feedback