Click or drag to resize

CSPlaneIDWithLogicalValue Method

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

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public CSPlaneID WithLogicalValue(
	double logicalValue
)

Parameters

logicalValue  Double
The new logical value.

Return Value

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