ILNumerics Ultimate VS

Logical Type Conversions

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Operators

  NameDescription
Public operatorStatic memberCode example(Array to Logical)
Convert n-dimensional Array to ILNumerics array.

[ILNumerics Core Module]

Public operatorStatic member(Boolean to Logical)
Wraps single value into scalar array.

[ILNumerics Core Module]

Public operatorStatic member(InLogical to Logical)
Convert input array (immutable) to local array (mutable).

[ILNumerics Core Module]

Public operatorStatic member(Logical to Boolean)
Convert scalar Logical array to Boolean.

[ILNumerics Core Module]

Public operatorStatic member(OutLogical to Logical)
Convert output array to a new local array (mutable).

[ILNumerics Core Module]

Public operatorStatic member(RetLogical to Logical)
"Persistence cast" turns a volatile array into a persistent variable for use with a local variable.

[ILNumerics Core Module]

Top
See Also

Reference