Class: NumericFunctions::Truncate

Inherits:
Object
  • Object
show all
Defined in:
lib/mdarray/ruby_numeric_functions.rb

Class Method Summary collapse

Class Method Details

.apply(val) ⇒ Object



60
61
62
# File 'lib/mdarray/ruby_numeric_functions.rb', line 60

def self.apply(val)
  val.truncate
end