Class: NumericFunctions::Floor
- Inherits:
-
Object
- Object
- NumericFunctions::Floor
- Defined in:
- lib/mdarray/ruby_numeric_functions.rb
Class Method Summary collapse
Class Method Details
.apply(val) ⇒ Object
54 55 56 |
# File 'lib/mdarray/ruby_numeric_functions.rb', line 54 def self.apply(val) val.floor end |