Click or drag to resize

CSLineIDWithLogicalValueOtherSecond Method

Returns a copy of this identifier with an updated second logical value.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public CSLineID WithLogicalValueOtherSecond(
	double logicalValueOtherSecond
)

Parameters

logicalValueOtherSecond  Double
The new second logical value.

Return Value

CSLineID
The current instance if the value is unchanged; otherwise, a modified copy.
See Also