Heureka API .NET Documentation
B1 Method (NystromCoefficients)



Basal-area weighted mean height (m)
Syntax
'Declaration
 
Public Function B1( _
   ByVal hgv As Double _
) As Double
'Usage
 
Dim instance As NystromCoefficients
Dim hgv As Double
Dim value As Double
 
value = instance.B1(hgv)
public double B1( 
   double hgv
)
public:
double B1( 
   double hgv
) 

Parameters

hgv
Basal-area weighted mean height (m)
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