ILNumerics Ultimate VS

RetArrayT1  Conversion (T1 to RetArrayT1)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Implicitly convert scalar to array of size 1x1 (scalar).

[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 RetArray<T1> (
	T1 val
)

Parameters

val
Type: T1
System type of size scalar

Return Value

Type: RetArrayT1
New Array of type Array <typeof(val)> of size 1x1 holding the only element with value of val.
Remarks

[ILNumerics Core Module]

See Also

Reference