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 RetLogical. The only element has a value of a.
Converts 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: SystemBoolean
Boolean system type.
Return Value
Type: RetLogicalNew scalar array of type RetLogical. 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