ILNumerics Ultimate VS

InLogical  Conversion (Boolean to InLogical)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
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

public static implicit operator InLogical (
	bool a
)

Parameters

a
Type: SystemBoolean
System type.

Return Value

Type: InLogical
New scalar array of type InLogical. 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