Slu.Heureka.DomainLayer.TreatmentModel Namespace > TreatmentModelControlTable Class > GetNumberOfPlantsForSpeciesAndSI Method : GetNumberOfPlantsForSpeciesAndSI(SpeciesGroupCode,Double) Method |
'Declaration
Public Overloads Function GetNumberOfPlantsForSpeciesAndSI( _ ByVal sp As SpeciesGroupCode, _ ByVal si As Double _ ) As Tuple(Of Integer,Nullable(Of Double))
'Usage
Dim instance As TreatmentModelControlTable Dim sp As SpeciesGroupCode Dim si As Double Dim value As Tuple(Of Integer,Nullable(Of Double)) value = instance.GetNumberOfPlantsForSpeciesAndSI(sp, si)
public Tuple<int,Nullable<double>> GetNumberOfPlantsForSpeciesAndSI( SpeciesGroupCode sp, double si )
public: Tuple<int,Nullable<double>>^ GetNumberOfPlantsForSpeciesAndSI( SpeciesGroupCode sp, double si )
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