Click or drag to resize

Vector Constructor (Int32)

Creates a vector that contains elements copied from the integer array.

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

Parameters

array
Type: SystemInt32
The integer array whose elements are copied to the new double vector.
See Also