Click or drag to resize

DataFrameItem(String) Property

Gets the column indicated by the given column name.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public IDFColumn this[
	string colName
] { get; }

Parameters

colName  String
 

Property Value

IDFColumn
See Also