CSLineIDWithLogicalValueOtherSecond Method |
Returns a copy of this identifier with an updated second logical value.
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic CSLineID WithLogicalValueOtherSecond(
double logicalValueOtherSecond
)
Parameters
- logicalValueOtherSecond Double
- The new second logical value.
Return Value
CSLineIDThe current instance if the value is unchanged; otherwise, a modified copy.
See Also