ILNumerics Ultimate VS

BaseArrayShortInfo Method (Boolean, Boolean, Boolean, Boolean)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Short textual summary of this instance, select individual info components.

[ILNumerics Core Module]

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

public abstract string ShortInfo(
	bool includeType = true,
	bool includeSize = true,
	bool includeValues = true,
	bool includeStorageOrder = true
)

Parameters

includeType (Optional)
Type: SystemBoolean
includeSize (Optional)
Type: SystemBoolean
includeValues (Optional)
Type: SystemBoolean
includeStorageOrder (Optional)
Type: SystemBoolean

Return Value

Type: String
String representation of type, size, values, storage order as requested.
Remarks

The type of elements and the size of the array are displayed. If the array is scalar, its value is displayed next to the type.

[ILNumerics Core Module]

See Also

Reference