Click or drag to resize

BooleanColumn(Int32) Constructor

Initializes a new instance of the BooleanColumn class with the specified initial capacity.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public BooleanColumn(
	int initialcapacity
)

Parameters

initialcapacity  Int32
The initial capacity.
See Also