Click or drag to resize

DoubleVector(DataRowCollection) Constructor

Constructs a DoubleVector instance whose values are derived from the first column of each of the rows in the data row collection.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleVector(
	DataRowCollection rows
)

Parameters

rows  DataRowCollection
A data row collection.
Exceptions
ExceptionCondition
InvalidCastExceptionThrown if the passed table has a value that cannot be cast to a double-precision number.
Remarks
All values must be able to be converted to a double through a cast.
See Also