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: AltaxoAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double GetValueRelativeTo(
double r
)
Parameters
- r Double
- The value to which this value is relative to.
Return Value
DoubleIf absolute, the stored value; if relative, the product of the stored value with
rSee Also