ILNumerics Ultimate VS

ILMathvectorT Method (T, T, T, T, T, T, T)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Initializes a new ILNumerics vector with given values.

[ILNumerics Computing Engine]

Namespace:  ILNumerics
Assembly:  ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public static RetArray<T> vector<T>(
	T v0,
	T v1,
	T v2,
	T v3,
	T v4,
	T v5,
	T v6
)

Parameters

v0
Type: T
Value #0.
v1
Type: T
Value #1.
v2
Type: T
Value #2.
v3
Type: T
Value #3.
v4
Type: T
Value #4.
v5
Type: T
Value #5.
v6
Type: T
Value #6.

Type Parameters

T
Element type.

Return Value

Type: RetArrayT
ILNumerics vector with given values.
Remarks

[ILNumerics Computing Engine]

See Also

Reference