Click or drag to resize

LinearlySpacedIntervalByStartCountStepSerializationSurrogate0Deserialize Method

Deserializes the LinearlySpacedIntervalByStartCountStep object.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Object Deserialize(
	Object? o,
	IXmlDeserializationInfo info,
	Object? parent
)

Parameters

o  Object
The object to deserialize into.
info  IXmlDeserializationInfo
The deserialization info.
parent  Object
The parent object.

Return Value

Object
The deserialized LinearlySpacedIntervalByStartCountStep object.

Implements

IXmlSerializationSurrogateDeserialize(Object, IXmlDeserializationInfo, Object)
See Also