RADouble(Double, Boolean) Constructor |
Constructs the structure with provided value and the information,
if it is a absolute or a relative value.
Namespace: AltaxoAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public 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