method

positive?

v1_8_6_287 - Show latest stable - Class: XSD::XSDFloat
positive?(value)
private

No documentation available.

# File lib/xsd/datatypes.rb, line 362
  def self.positive?(value)
    (1 / value) > 0.0
  end