Click or drag to resize

CSPlaneID(Int32, Double) Constructor

Initializes a new instance of the CSPlaneID class

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public CSPlaneID(
	int perpendicularAxisNumber,
	double logicalValue
)

Parameters

perpendicularAxisNumber  Int32

[Missing <param name="perpendicularAxisNumber"/> documentation for "M:Altaxo.Graph.CSPlaneID.#ctor(System.Int32,System.Double)"]

logicalValue  Double

[Missing <param name="logicalValue"/> documentation for "M:Altaxo.Graph.CSPlaneID.#ctor(System.Int32,System.Double)"]

See Also