Click or drag to resize

FloatVector(Single) Constructor

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

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

Parameters

data  Single
An array of floating point numbers.
Exceptions
ExceptionCondition
NMathExceptionThrown if passed invalid data.
Remarks
Copies the data.
See Also