ILNumerics Ultimate VS

ArrayVisualizerProxy Constructor (UInt64, Size, String)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Create a new proxy representing an Array for 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(
	ulong address,
	Size size,
	string elementType
)

Parameters

address
Type: SystemUInt64
a pointer to array memory
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