Class: Float

Inherits:
Object
  • Object
show all
Defined in:
lib/matlab/driver/native/conversions.rb

Instance Method Summary collapse

Instance Method Details

#to_rubyObject

Converts the value to nil if it is a MATLAB NaN



38
39
40
# File 'lib/matlab/driver/native/conversions.rb', line 38

def to_ruby
  to_s == nil.to_matlab.to_s ? nil : self
end