Click or drag to resize
Accord.NET (logo)

VectorCreateAsT Method

Creates a vector with the shape of the given vector.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static T[] CreateAs<T>(
	T[] vector
)
Request Example View Source

Parameters

vector
Type: T
The vector whose shape should be copied.

Type Parameters

T

Return Value

Type: T
See Also