CompositeDataStream<TObject>.WriteSymbol Method

Writes the specified object to the data stream.

Definition

Namespace: Numerics.NET.Data
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.0
C#
public void WriteSymbol(
	TObject value,
	string name
)

Parameters

value  TObject
The object to write to the data stream.
name  String
The name of the object in the data stream.

See Also