Method: RLTK::CG::ConstantInteger#not

Defined in:
lib/rltk/cg/value.rb

#notConstantInteger

Bitwise NOT this value.

Returns:



861
862
863
# File 'lib/rltk/cg/value.rb', line 861

def not
  self.class.new(Bindings.const_not(@ptr))
end