ILNumerics Ultimate VS

BaseStorageT, LocalT, InT, OutT, RetT, StorageTToStringScaling Method

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 ToStringScaling(
	uint maxNumberElementsPerDim,
	Func<IntPtr, uint, double, int, string> retrievalFunc,
	Func<StorageT, double> scalingFunc,
	uint maxNumberElementsAllDims = 10000,
	StorageOrders style = StorageOrders.ColumnMajor,
	bool showType = true,
	bool showSize = true,
	int columnWidth = 10
)

Parameters

maxNumberElementsPerDim
Type: SystemUInt32
retrievalFunc
Type: SystemFuncIntPtr, UInt32, Double, Int32, String
scalingFunc
Type: SystemFuncStorageT, Double
maxNumberElementsAllDims (Optional)
Type: SystemUInt32
style (Optional)
Type: ILNumericsStorageOrders
showType (Optional)
Type: SystemBoolean
showSize (Optional)
Type: SystemBoolean
columnWidth (Optional)
Type: SystemInt32

Return Value

Type: String
See Also

Reference