ILNumerics.Net
createNameSubelement Method (arrName, type, data)

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericsILMatFilecreateNameSubelement(String, Int32%, array<Byte>[]()[]%)
ILNumerics.Net - numeric computing for .NET
create name subelement for Matfile storage - padded to 8 byte border
Declaration Syntax
C#Visual BasicVisual C++
private void createNameSubelement(
	string arrName,
	out int type,
	out byte[] data
)
Private Sub createNameSubelement ( _
	arrName As String, _
	<OutAttribute> ByRef type As Integer, _
	<OutAttribute> ByRef data As Byte() _
)
private:
void createNameSubelement(
	String^ arrName, 
	[OutAttribute] int% type, 
	[OutAttribute] array<unsigned char>^% data
)
Parameters
arrName (String)
name property
type ( Int32 %)
will be 'miINT8' on return
data ( array< Byte >[]()[] %)
return data array

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