ILNumerics Ultimate VS

SettingsToStringMaxNumberElementsPerDimension Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Upper limit on the number of elements per dimension printed for an array in textual representations. Default: 101.

[ILNumerics Core Module]

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

public static uint ToStringMaxNumberElementsPerDimension { get; set; }

Property Value

Type: UInt32
Remarks

This setting limits the number of elements shown along any dimension when arrays are converted to strings. This value affects the result of calling ToString on ILNumerics arrays. It does also affect the ouput when displaying arrays contents in the Visual Studio 'Immediate Window' and the information displayed in data tips during a Visual Studio debug session.

[ILNumerics Core Module]

See Also

Reference