Class: NumericFunctions::IsZero
- Inherits:
-
Object
- Object
- NumericFunctions::IsZero
- Defined in:
- lib/mdarray/ruby_numeric_functions.rb
Class Method Summary collapse
Class Method Details
.apply(val) ⇒ Object
66 67 68 |
# File 'lib/mdarray/ruby_numeric_functions.rb', line 66 def self.apply(val) val.zero end |