Slu.Heureka.HeurekaAPI.Calculators Namespace > ApiSiteIndexCalculator Class : GetSiteIndexFromHeightCurve Method |
'Declaration
Public Shared Function GetSiteIndexFromHeightCurve( _ ByVal dominantSpecies As SpeciesGroupCode, _ ByVal currentDominantHeight As Double, _ ByVal currentAge As Double, _ Optional ByVal targetAge As Nullable(Of Double) _ ) As Double
'Usage
Dim dominantSpecies As SpeciesGroupCode Dim currentDominantHeight As Double Dim currentAge As Double Dim targetAge As Nullable(Of Double) Dim value As Double value = ApiSiteIndexCalculator.GetSiteIndexFromHeightCurve(dominantSpecies, currentDominantHeight, currentAge, targetAge)
public static double GetSiteIndexFromHeightCurve( SpeciesGroupCode dominantSpecies, double currentDominantHeight, double currentAge, Nullable<double> targetAge )
public: static double GetSiteIndexFromHeightCurve( SpeciesGroupCode dominantSpecies, double currentDominantHeight, double currentAge, Nullable<double> targetAge )
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