Click or drag to resize

Logical3DWithR Method

Returns a copy with one coordinate replaced.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Logical3D WithR(
	int axisNumber,
	double r
)

Parameters

axisNumber  Int32
The axis number.
r  Double
The new coordinate value.

Return Value

Logical3D
A copy with the specified coordinate replaced.
See Also