Constructs a DFStringColumn instance with the given name and a
missing value as specified in
StatsSettings.StringMissingValue.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public DFStringColumn( string name ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ name As String _ ) |
| Visual C++ |
|---|
public: DFStringColumn( String^ name ) |
Parameters
- name
- Type: System..::.String
The name of the column.
Remarks
Once a column instance is constructed, the name cannot be
changed. For a modifiable property, see Label.