Heureka API .NET Documentation
H1 Method (NystromCoefficients)



Diameter BH (cm)
Basal-area weighted mean height (m)
Stand age
Syntax
'Declaration
 
Public Function H1( _
   ByVal dbh As Double, _
   ByVal hgv As Double, _
   ByVal age As Double _
) As Double
'Usage
 
Dim instance As NystromCoefficients
Dim dbh As Double
Dim hgv As Double
Dim age As Double
Dim value As Double
 
value = instance.H1(dbh, hgv, age)
public double H1( 
   double dbh,
   double hgv,
   double age
)
public:
double H1( 
   double dbh,
   double hgv,
   double age
) 

Parameters

dbh
Diameter BH (cm)
hgv
Basal-area weighted mean height (m)
age
Stand age

Return Value

Height in meter
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

NystromCoefficients Class
NystromCoefficients Members

Send Feedback