Click or drag to resize

RMathIsFinite Method

Overload List
 NameDescription
Public methodStatic memberIsFinite(Double) Tests if x is finite, i.e. is in the interval [double.MinValue, double.MaxValue].
Public Extension MethodIsFinite(Single) Tests if x is finite, i.e. is in the interval [float.MinValue, float.MaxValue].
Top
See Also