ILNumerics.Net
Add Method (A)

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericsILMatFileAdd(ILBaseArray)
ILNumerics.Net - numeric computing for .NET
add array to collection of arrays in this ILMatFile container
Declaration Syntax
C#Visual BasicVisual C++
public string Add(
	ILBaseArray A
)
Public Function Add ( _
	A As ILBaseArray _
) As String
public:
String^ Add(
	ILBaseArray^ A
)
Parameters
A (ILBaseArray)
array to be added to ILMatFile
Return Value
string used to identify the array in the collection of arrays
Remarks

The internal

CopyC#
Name
property of array given will be used as identification key.

Note, the test if elements of A are supported by MatFile specification is done if the MatFile is to be written to stream ('write').

Exceptions
ExceptionCondition
ILInvalidOperationException if the internal name of A does not fullfill the restrictions given by Matlab.

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