rb_float_value

Function rb_float_value 

Source
pub unsafe extern "C" fn rb_float_value(num: VALUE) -> f64
Expand description

Extracts its double value from an instance of ::rb_cFloat.

§@param[in] num An instance of ::rb_cFloat. @pre Must not pass anything other than a Fixnum. @return The passed value converted into C’s double.

Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3