Click or drag to resize

PronySeriesInterpolationBaseSerializeV0 Method

Serializes the current options set by using the legacy V0 schema.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
protected void SerializeV0(
	IXmlSerializationInfo info
)

Parameters

info  IXmlSerializationInfo
Serialization writer that receives the persisted data.
See Also