Click or drag to resize

NMathFunctionsAbs(Double) Method

Calculates the absolute value of a double-precision floating point number.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static double Abs(
	double d
)

Parameters

d  Double
A double-precision floating point number.

Return Value

Double
The absolute value of d.
See Also