ILNumerics.Net
ILArrayStreamSerializationFlags Enumeration

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericsILArrayStreamSerializationFlags
ILNumerics.Net - numeric computing for .NET
Defines the way ILArrays are serialized to stream. Used by function ToStream.
Declaration Syntax
C#Visual BasicVisual C++
public enum ILArrayStreamSerializationFlags
Public Enumeration ILArrayStreamSerializationFlags
public enum class ILArrayStreamSerializationFlags
Members
MemberDescription
Serial
print values 'vectorized': one value after each other. The true dimension configuration of the array will be lost in the result.

Formatted
print values 'matrixwise'. The real dimensions configuration for the array are kept in the result. The array will be printed by pages, consisting out of the 1st and 2nd leading dimnsion. A dimension tag will prefix each page. The format can be used as fancier output version for human reading as well as human readable serialization format. ILArray's are capable of constructing from streams containing this type of output.

Matlab
export whole array instance to matlab 5.0 format

See Also

Assembly: ILNumerics.Net (Module: ILNumerics.Net) Version: 1.3.13.0 (0.9.29.0)