Class: BitwiseOperators::BinaryOnesComplement

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

Class Method Summary collapse

Class Method Details

.apply(val) ⇒ Object



310
311
312
# File 'lib/mdarray/ruby_numeric_functions.rb', line 310

def self.apply(val)
  ~val1
end