ILNumerics.Net
Deserialize Method (inStream)

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericsILBaseArray<(Of <(BaseT>)>)Deserialize(Stream)
ILNumerics.Net - numeric computing for .NET
Deserialize / restore ILArray from binary stream 'inStream'
Declaration Syntax
C#Visual BasicVisual C++
public static ILBaseArray<BaseT> Deserialize(
	Stream inStream
)
Public Shared Function Deserialize ( _
	inStream As Stream _
) As ILBaseArray(Of BaseT)
public:
static ILBaseArray<BaseT>^ Deserialize(
	Stream^ inStream
)
Parameters
inStream (Stream)
System.IO.Stream to reconstruct the ILArray from
Return Value
ILArray<BaseT> reconstructed from Stream. If the ILArray could not get restored, an SerializationException will be thrown.

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