parrotcode: Perl Floating-Point Number | |
Contents | PMCs |
classes/perlnum.pmc - Perl Floating-Point Number
These are the vtable functions for the PerlNum base class
STRING *get_string()
void set_pmc(PMC *value)
*value
.void set_integer_native(INTVAL value)
void set_number_native(FLOATVAL value)
value
.value
is an integer the number morphs to a PerlInt
.void set_string_native(STRING *value)
*value
.PerlString
.void morph(INTVAL type)
|