ILNumerics Ultimate VS

Logical  Conversion (Boolean to Logical)

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 Logical (
	bool a
)

Parameters

a
Type: SystemBoolean
System type.

Return Value

Type: Logical
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