ILNumerics Ultimate VS

BaseArray  Conversion (ILExpression to BaseArray)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Wraps an ILNumerics expression (i.e.: simple operation with 'end' specifier) into a 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 BaseArray (
	ILExpression s
)

Parameters

s
Type: ILNumerics.Core.MiscILExpression
Input expression

Return Value

Type: BaseArray
A RetArray of same type as s and size 1x1 (array scalar in numpy ArrayStyle).
Remarks

[ILNumerics Core Module]

See Also

Reference