Slu.Heureka.DomainLayer.ProductionModel.LowProductive Namespace > LowProdMortalityNystrom Class : CalculateMortalitySingleTree Method |
'Declaration
Public Function CalculateMortalitySingleTree( _ ByVal pUnit As PredictionUnit, _ ByVal trees As IList(Of ITree) _ ) As Double()
'Usage
Dim instance As LowProdMortalityNystrom Dim pUnit As PredictionUnit Dim trees As IList(Of ITree) Dim value() As Double value = instance.CalculateMortalitySingleTree(pUnit, trees)
public double[] CalculateMortalitySingleTree( PredictionUnit pUnit, IList<ITree> trees )
public: array<double>^ CalculateMortalitySingleTree( PredictionUnit^ pUnit, IList<ITree^>^ trees )
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