Constructor.

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

Syntax

C#
public ProviderIntArray(
	int Default
)
Visual Basic
Public Sub New ( _
	Default As Integer _
)

Parameters

Default
Type: System..::..Int32
The default int value to set each cell at instantiation.

See Also