ILNumerics Ultimate VS

BaseStorageT, LocalT, InT, OutT, RetT, StorageTShortInfo Method (Boolean, Boolean, Boolean, Boolean, Boolean)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Gives a short description. Allows to disable individual info.

[ILNumerics Core Module]

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

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

Parameters

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

Return Value

Type: String
String with short description of this storage.
Remarks

[ILNumerics Core Module]

See Also

Reference