ILNumerics Ultimate VS

ArrayVisualizerProxyCreateT Method (BaseArrayT)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Create a new proxy for an existing ILNumerics array (of any kind)

[ILNumerics Core Module]

Namespace:  ILNumerics.Core.Misc
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public static ArrayVisualizerProxy Create<T>(
	BaseArray<T> A
)

Parameters

A
Type: ILNumericsBaseArrayT
The n-dim Array to create a new proxy for

Type Parameters

T
The element type of the Array

Return Value

Type: ArrayVisualizerProxy
Array proxy
Remarks

[ILNumerics Core Module]

See Also

Reference