Click or drag to resize

RADoubleGetValueRelativeTo Method

Gets the value relative to the specified argument. If absolute, returns the stored value; if relative, returns the product of the stored value and r.

Namespace: Altaxo
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public double GetValueRelativeTo(
	double r
)

Parameters

r  Double
The value to which this value is relative to.

Return Value

Double
If absolute, the stored value; if relative, the product of the stored value with r.
See Also