ILNumerics Ultimate VS

OutLogical  Conversion (Logical to OutLogical)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Converts local array to an in/output array (proxy).

[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 OutLogical (
	Logical A
)

Parameters

A
Type: ILNumericsLogical
Source array.

Return Value

Type: OutLogical
Input array.
Remarks

[ILNumerics Core Module]

See Also

Reference