Click or drag to resize

DataFrameAddRow(Object, DataRow) Method

Adds the data from the given DataRow using the given row key.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DataFrame AddRow(
	Object rowKey,
	DataRow row
)

Parameters

rowKey  Object
A row key.
row  DataRow
A DataRow.

Return Value

DataFrame
This data frame.
Exceptions
ExceptionCondition
MismatchedSizeExceptionThrown if the number of columns in the DataRow does not match number of columns in this data frame.
See Also