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