Click or drag to resize

RMathIsFinite(Double) Method

Tests if x is finite, i.e. is in the interval [double.MinValue, double.MaxValue].

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static bool IsFinite(
	double x
)

Parameters

x  Double
Number to test.

Return Value

Boolean
True if x is finite. False if is is not finite or is double.NaN.
See Also