Click or drag to resize
Accord.NET (logo)

MatrixVectorT Method (Int32, T)

Note: This API is now obsolete.

Creates a vector with the given dimension and starting values.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please use Vector.Create instead.")]
public static T[] Vector<T>(
	int n,
	T value
)
Request Example View Source

Parameters

n
Type: SystemInt32
value
Type: T

Type Parameters

T

Return Value

Type: T
See Also