ILNumerics.Net
m_data Field

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericsILBaseArray<(Of <(BaseT>)>)m_data
ILNumerics.Net - numeric computing for .NET
The actual storage array.
Declaration Syntax
C#Visual BasicVisual C++
internal BaseT[] m_data
Friend m_data As BaseT()
internal:
array<BaseT>^ m_data
Remarks
The derived type is responsible for the implementation, which way the storage is used. So far, this is only an 1D-System.Array of arbitrary size and type.This is hidden for framework users since direct public access to the storage is not intended for public users.

Assembly: ILNumerics.Net (Module: ILNumerics.Net) Version: 1.4.1.1 (0.10.2.0)