Constructs a DFBoolColumn instance with the given name. Column elements
are initialized with data from the given array.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public DFBoolColumn( string name, params bool[] data ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ name As String, _ ParamArray data As Boolean() _ ) |
| Visual C++ |
|---|
public: DFBoolColumn( String^ name, ... array<bool>^ data ) |
Parameters
- name
- Type: System..::.String
The name of the column.
- data
- Type: array<
System..::.Boolean
>[]()[]
An array of boolean values.
Remarks
Once a column instance is constructed, the name cannot be
changed. For a modifiable property, see Label.