Click or drag to resize

DoubleVector(Double) Constructor

Constructs a DoubleVector instance from the contents of the given array.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleVector(
	params double[] data
)

Parameters

data  Double
An array of double-precision floating point numbers.
Exceptions
ExceptionCondition
NMathExceptionThrown if passed invalid data.
Remarks
Copies the data.
See Also