Click or drag to resize

InverseNumericalBoundaries(InverseNumericalBoundaries) Constructor

Initializes a new instance of the InverseNumericalBoundaries class by copying another instance.

Namespace: Altaxo.Graph.Scales.Boundaries
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public InverseNumericalBoundaries(
	InverseNumericalBoundaries c
)

Parameters

c  InverseNumericalBoundaries
The instance to copy.
See Also