ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
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
Property Value
Type: UInt32Remarks
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