ILNumerics Ultimate VS

InLogical  Conversion (RetLogical to InLogical)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Converts return type array to input 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 (
	RetLogical array
)

Parameters

array
Type: ILNumericsRetLogical
Temporary array

Return Value

Type: InLogical
Array converted to an input type.
Remarks

No new memory is used for the returned array. The returned array is commonly used as input parameter and immutable.

[ILNumerics Core Module]

See Also

Reference