ILNumerics - Technical Application Development
SystemObject
ILNumerics.Core.GlobalArrayDebuggerProxyBase
ILNumerics.Core.GlobalArrayDebuggerProxyT, LocalT, InT, OutT, RetT, StorageT
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Top
Top
Top
This class is for internal use only. Do not instantiate from this class!
[ILNumerics Core Module]
Inheritance Hierarchy
ILNumerics.Core.GlobalArrayDebuggerProxyBase
ILNumerics.Core.GlobalArrayDebuggerProxyT, LocalT, InT, OutT, RetT, StorageT
Namespace: ILNumerics.Core.Global
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
public class ArrayDebuggerProxy<T, LocalT, InT, OutT, RetT, StorageT> : ArrayDebuggerProxyBase where LocalT : Mutable<T, LocalT, InT, OutT, RetT, StorageT> where InT : Immutable<T, LocalT, InT, OutT, RetT, StorageT> where OutT : Mutable<T, LocalT, InT, OutT, RetT, StorageT> where RetT : ConcreteRetArray<T, LocalT, InT, OutT, RetT, StorageT> where StorageT : new(), BaseStorage<T, LocalT, InT, OutT, RetT, StorageT>
Type Parameters
- T
- LocalT
- InT
- OutT
- RetT
- StorageT
The ArrayDebuggerProxyT, LocalT, InT, OutT, RetT, StorageT type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ArrayDebuggerProxyT, LocalT, InT, OutT, RetT, StorageT | Initializes a new instance of the ArrayDebuggerProxyT, LocalT, InT, OutT, RetT, StorageT class |
Properties
Name | Description | |
---|---|---|
Rows |
Methods
Name | Description | |
---|---|---|
Dispose | Releases all resources used by the ArrayDebuggerProxyT, LocalT, InT, OutT, RetT, StorageT |
Remarks
[ILNumerics Core Module]
See Also