Constructor.

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

Syntax

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

Parameters

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

See Also