ILNumerics.Net
Arrays Property

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericsILMatFileArrays
ILNumerics.Net - numeric computing for .NET
Arrays stored in this mat file
Declaration Syntax
C#Visual BasicVisual C++
public ILBaseArray[] Arrays { get; }
Public ReadOnly Property Arrays As ILBaseArray()
public:
property array<ILBaseArray^>^ Arrays {
	array<ILBaseArray^>^ get ();
}
Remarks
If the mat file was created from an existing ILBaseArray[] array, the property gives access to the stored arrays directly! This means one operates directly on the data and not on a copy!

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