Class Uttk::Weights::WMin
In: lib/uttk/weights/WMin.rb
Parent: WFloat

Methods

normalize  

Public Instance methods

[Source]

# File lib/uttk/weights/WMin.rb, line 13
      def normalize ( weight )
        (to_f == @max) ? self.class.new(:PASS) : self.class.new(:FAIL)
      end

[Validate]