Class: BOAST::Minus

Inherits:
Operator show all
Defined in:
lib/BOAST/Operators.rb

Class Method Summary collapse

Methods inherited from Operator

convert, get_vector_name

Class Method Details

.to_s(arg1, arg2, return_type) ⇒ Object



380
381
382
# File 'lib/BOAST/Operators.rb', line 380

def Minus.to_s(arg1, arg2, return_type)
  return " -(#{arg2})"
end