parrotcode: Perl Floating-Point Number | |
Contents | Language Implementations | Perl5 |
src/dynpmc/perlnum.pmc - Perl Floating-Point Number
These are the vtable functions for the PerlNum base class
STRING *get_string()
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)
|