Click or drag to resize

DataFrame(DataTable, Object) Constructor

Constructs a DataFrame instance from the given DataTable. Row keys are set to the given array of objects.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DataFrame(
	DataTable dt,
	Object[] rowKeys
)

Parameters

dt  DataTable
A DataTable.
rowKeys  Object
An array of row key objects.
Exceptions
ExceptionCondition
MismatchedSizeExceptionThrown if the number of keys does not match the number of rows.
See Also