Click or drag to resize

Vector(Int32) Constructor

Initializes a new instance of the Vector class of the given size.

Namespace: DotNumerics.LinearAlgebra
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Vector(
	int length
)
Request Example View Source

Parameters

length  Int32
The vector length
See Also