Click or drag to resize

RADoubleGetValueRelativeTo Method

This is the function to get out the value. In case it is a absolute value, simply Value is returned, regardless of the argument r. In case it is a absolute value, the product of r with the value is returned.

Namespace: Altaxo
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.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