ILNumerics Ultimate VS

SettingsToStringMaxNumberElements Property

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

[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 ToStringMaxNumberElements { get; set; }

Property Value

Type: UInt32
Remarks

This setting limits the overall number of elements shown when arrays are converted to strings.

In difference to the value of ToStringMaxNumberElementsPerDimension, which controls the number of elements shown along any dimension - ToStringMaxNumberElements limits the number of elements shown for the whole array.

This value affects the result of calling ToString on ILNumerics arrays. It does also affect the ouput when displaying arrays contents in Visual Studio tool windows, like the 'Immediate Window' and the information displayed in data tips during a Visual Studio debug session.

[ILNumerics Core Module]

See Also

Reference