Class: Float

Inherits:
Object show all
Defined in:
lib/rust/core/types/datatype.rb

Instance Method Summary collapse

Instance Method Details

#to_RObject



126
127
128
# File 'lib/rust/core/types/datatype.rb', line 126

def to_R
    return self.nan? ? "NA" : super
end