Click or drag to resize

RADoubleNewAbs Method

Creates a new RADouble with an absolute value.

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

Parameters

val  Double
The absolute value.

Return Value

RADouble
A new RADouble instance with an absolute value.
See Also