ILNumerics Ultimate VS

ILMathvectorT Method (T, T, T, T, T, T, T, T, T, T, T, T, T, 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,
	T v7,
	T v8,
	T v9,
	T v10,
	T v11,
	T v12,
	T v13,
	T v14,
	T v15,
	T v16,
	T v17,
	T v18,
	T v19
)

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.
v7
Type: T
Value #7.
v8
Type: T
Value #8.
v9
Type: T
Value #9.
v10
Type: T
Value #10.
v11
Type: T
Value #11.
v12
Type: T
Value #12.
v13
Type: T
Value #13.
v14
Type: T
Value #14.
v15
Type: T
Value #15.
v16
Type: T
Value #16.
v17
Type: T
Value #17.
v18
Type: T
Value #18.
v19
Type: T
Value #19.

Type Parameters

T
Element type.

Return Value

Type: RetArrayT
ILNumerics vector with given values.
Remarks

[ILNumerics Computing Engine]

See Also

Reference