ILNumerics Ultimate VS

BaseStorageT, LocalT, InT, OutT, RetT, StorageTToString Method (UInt32, UInt32, StorageOrders, Boolean, Boolean, NullableInt32)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development

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

public string ToString(
	uint maxNumberElementsPerDimension,
	uint maxNumberElements,
	StorageOrders style,
	bool showType = true,
	bool showSize = true,
	Nullable<int> columnWidth = null
)

Parameters

maxNumberElementsPerDimension
Type: SystemUInt32
maxNumberElements
Type: SystemUInt32
style
Type: ILNumericsStorageOrders
showType (Optional)
Type: SystemBoolean
showSize (Optional)
Type: SystemBoolean
columnWidth (Optional)
Type: SystemNullableInt32

Return Value

Type: String
See Also

Reference