Data Stream<TObject>.Read Object Method
Reads an object from the data stream.
Definition
Namespace: Numerics.NET.Data
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.1
C#
The object that was read from the data stream.
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.1
public virtual TObject ReadObject()
Return Value
TObjectThe object that was read from the data stream.