ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
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: StringSee Also