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