ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
String representation of type, size, values, storage order as requested.
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.
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: StringString representation of type, size, values, storage order as requested.
Remarks
[ILNumerics Core Module]
See Also