Click or drag to resize

CSLineIDWithLogicalValueOtherFirst Method

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

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

Parameters

logicalValueOtherFirst  Double
The new first logical value.

Return Value

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