RMathIsFinite(Double) Method | 
            Tests if x is finite, i.e. is in the interval [double.MinValue, double.MaxValue].
            
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic static bool IsFinite(
	double x
)
Parameters
- x  Double
 - Number to test.
 
Return Value
BooleanTrue if x is finite. False if is is not finite or is double.NaN.
See Also