Click or drag to resize

FloatVector(DataView) Constructor

Constructs a FloatVector instance whose values are derived from the first column of the given data view.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatVector(
	DataView view
)

Parameters

view  DataView
A data view.
Exceptions
ExceptionCondition
InvalidCastExceptionThrown if the passed view 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