ILNumerics - Technical Application Development 
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
 
New scalar array of type InArrayT. The only element has a value of a.
 
 
            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
Parameters
- a
 - Type: T
System type. 
Return Value
Type: InArrayTNew 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