Click or drag to resize

RADoubleNewRel Method

Creates a new RADouble with a relative value.

Namespace: Altaxo
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static RADouble NewRel(
	double val
)

Parameters

val  Double
The relative value.

Return Value

RADouble
A new RADouble instance with a relative value.
See Also