Heureka API .NET Documentation
GetCoefficients Method (TreeVolumeBrandelLesser)



The predictionUnit.
Method that allow for setting coefficient (for an example, see TreeVolumeBrandelLesser)
Syntax
'Declaration
 
Protected Overrides Function GetCoefficients( _
   ByVal p As PredictionUnit _
) As IDictionary(Of SpeciesGroupCode,Double())
'Usage
 
Dim instance As TreeVolumeBrandelLesser
Dim p As PredictionUnit
Dim value As IDictionary(Of SpeciesGroupCode,Double())
 
value = instance.GetCoefficients(p)
protected override IDictionary<SpeciesGroupCode,double[]> GetCoefficients( 
   PredictionUnit p
)
protected:
IDictionary<SpeciesGroupCode,array<double>>^ GetCoefficients( 
   PredictionUnit^ p
) override 

Parameters

p
The predictionUnit.
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

TreeVolumeBrandelLesser Class
TreeVolumeBrandelLesser Members

Send Feedback