Class: Float
Instance Method Summary collapse
Instance Method Details
#data_type ⇒ Object
105 106 107 108 109 |
# File 'ext/barracuda.c', line 105 static VALUE float_data_type_get(VALUE self) { return data_type_get(self, id_type_float); } |