Click or drag to resize

NamEvaluator Constructor

Initializes a new instance of the NamEvaluator class

Namespace:  DHI.Mike1D.Optimization
Assembly:  DHI.Mike1D.Optimization (in DHI.Mike1D.Optimization.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public NamEvaluator(
	DateTime[] time,
	double[] obsValues,
	CatchmentNam nam,
	RRParameters parameters
)

Parameters

time
Type: SystemDateTime
obsValues
Type: SystemDouble
nam
Type: DHI.Mike1D.RainfallRunoffModuleCatchmentNam
parameters
Type: DHI.Mike1D.RainfallRunoffModuleRRParameters
See Also