RADouble(Double, Boolean) Constructor |
Constructs the structure with provided value and the information if it is an absolute or a relative value.
Namespace: AltaxoAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic RADouble(
double val,
bool isRelative
)
Parameters
- val Double
- The value, either absolute or relative.
- isRelative Boolean
- True if the value is relative, else false.
See Also