ILNumerics Ultimate VS

ILMathvectorT Method (T)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Creates a new scalar ILNumerics 1-D array with the given value.

[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
)

Parameters

v0
Type: T
The single value for the target array.

Type Parameters

T
Element type.

Return Value

Type: RetArrayT
ILNumerics scalar of type T.
Remarks

[ILNumerics Computing Engine]

See Also

Reference