Click or drag to resize

CSPlaneIDFromPhysicalValue Method

[Missing <summary> documentation for "M:Altaxo.Graph.CSPlaneID.FromPhysicalValue(System.Int32,System.Double)"]


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

Parameters

perpendicularAxisNumber  Int32

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

physicalValue  Double

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

Return Value

CSPlaneID

[Missing <returns> documentation for "M:Altaxo.Graph.CSPlaneID.FromPhysicalValue(System.Int32,System.Double)"]

See Also