Method: StoreNum#condition

Defined in:
ext/cumo/narray/gen/narray_def.rb

#condition(klass) ⇒ Object



259
260
261
# File 'ext/cumo/narray/gen/narray_def.rb', line 259

def condition(klass)
  "IS_INTEGER_CLASS(#{klass}) || #{klass}==rb_cFloat || #{klass}==rb_cComplex"
end