ILNumerics.Net
readElementGeneric Method (br, storageType, realData, len, paddBytes)

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericsILMatFilereadElementGeneric(BinaryReader, MatFileType, Array%, Int32%, Int32)
ILNumerics.Net - numeric computing for .NET
read array of supported matlab data types
Declaration Syntax
C#Visual BasicVisual C++
private static void readElementGeneric(
	BinaryReader br,
	MatFileType storageType,
	out Array realData,
	ref int len,
	int paddBytes
)
Private Shared Sub readElementGeneric ( _
	br As BinaryReader, _
	storageType As MatFileType, _
	<OutAttribute> ByRef realData As Array, _
	ByRef len As Integer, _
	paddBytes As Integer _
)
private:
static void readElementGeneric(
	BinaryReader^ br, 
	MatFileType storageType, 
	[OutAttribute] Array^% realData, 
	int% len, 
	int paddBytes
)
Parameters
br (BinaryReader)
binary reader, opened and correctly positioned
storageType (MatFileType)
actual storage type
realData ( Array %)
output: on return, the array read
len ( Int32 %)
input: number of bytes to read, on return: number of elements in array
paddBytes (Int32)
padding border, the stream will be read to the next border of length 'paddBytes'.

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