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: AltaxoAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic 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
r.
See Also