Click or drag to resize

DFBoolColumn(String, IDFColumn) Constructor

Constructs a DFBoolColumn instance with the given name. Column elements are initialized with data from the given column, after conversion to bool.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DFBoolColumn(
	string name,
	IDFColumn data
)

Parameters

name  String
The name of the column.
data  IDFColumn
A column of data.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if the given data cannot be converted to bool.
See Also