ILNumerics Ultimate VS

ArrayVisualizerProxy Constructor (Array, Size, String)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Create a new proxy representing an Array vor visualizing in ILNumerics Array Visualizer

[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 ArrayVisualizerProxy(
	Array array,
	Size size,
	string elementType
)

Parameters

array
Type: SystemArray
the system array
size
Type: ILNumericsSize
the final n-dim array size
elementType
Type: SystemString
the name of the elements type
Remarks

[ILNumerics Core Module]

See Also

Reference