Constructor.

Namespace: WaterSimDCDC
Assembly: WaterSimDCDC_API (in WaterSimDCDC_API.dll) Version: 5.0.0.10 (5.0.0.10)

Syntax

C#
public AnnualSimulationResults(
	int BaseOutputSize,
	int ProviderOutputSize,
	int BaseInputSize,
	int ProviderInputSize
)
Visual Basic
Public Sub New ( _
	BaseOutputSize As Integer, _
	ProviderOutputSize As Integer, _
	BaseInputSize As Integer, _
	ProviderInputSize As Integer _
)

Parameters

BaseOutputSize
Type: System..::..Int32
Size of the base output array.
ProviderOutputSize
Type: System..::..Int32
Size of the provider output array.
BaseInputSize
Type: System..::..Int32
Size of the base input array.
ProviderInputSize
Type: System..::..Int32
Size of the provider input array.

See Also