Click or drag to resize

Vector  Conversion (Double to Vector)

Casts the array of values to the vector. It doesn't copies the values, but saves the reference to the input array.

Namespace:  FinMath.LinearAlgebra
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public static explicit operator Vector (
	double[] array
)

Parameters

array
Type: SystemDouble
The array to cast.

Return Value

Type: Vector
The resulting vector.
See Also