Writes the specified object to the data stream.
Namespace: Extreme.Data.MatlabAssembly: Extreme.Data (in Extreme.Data.dll) Version: 1.0.16170.0 (1.0.16170.0)
protected override void WriteSymbolCore(
MatlabDataObject value,
string name
)
Protected Overrides Sub WriteSymbolCore (
value As MatlabDataObject,
name As String
)
protected:
virtual void WriteSymbolCore(
MatlabDataObject^ value,
String^ name
) override
abstract WriteSymbolCore :
value : MatlabDataObject *
name : string -> unit
override WriteSymbolCore :
value : MatlabDataObject *
name : string -> unit
Parameters
- value
- Type: Extreme.Data.MatlabMatlabDataObject
The object to write to the data stream. - name
- Type: SystemString
The name of the object in the data stream.
Numerical Libraries
Supported in: 6.0
Reference