Description:
Determines whether a double value is valid within the RhinoCommon context. Rhino does not use Double.NaN by convention, so this test evaluates to True if: x is not equal to RhinoMath.UnsetValue System.Double.IsNaN(x) evaluates to false System.Double.IsInfinity(x) evaluates to false