Click or drag to resize

RADouble(Double, Boolean) Constructor

Constructs the structure with provided value and the information, if it is a absolute or a relative value.

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