ILNumerics Ultimate VS

InArrayT  Conversion (T to InArrayT)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Wraps single value into scalar array.

[ILNumerics Core Module]

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

public static implicit operator InArray<T> (
	T a
)

Parameters

a
Type: T
System type.

Return Value

Type: InArrayT
New scalar array of type InArrayT. The only element has a value of a.
Remarks

The array returned will have a single element. However, the number of dimensions depends on the current setting of MinNumberOfArrayDimensions. By default (value: 2) the array returned will be of size [1 x 1].

[ILNumerics Core Module]

See Also

Reference