SPVM::Double - The double Object
The Double class has methods to manipulate an object that has a double value.
This class is immutable.
This class is automatically loaded.
my $double_object = Double->new(5); my $double_value = $double_object->value;
has value : ro double;
The value.
static method new : Double ($value : double);
Creates a new Double object with a double $value.
double
Copyright (c) 2023 Yuki Kimoto
MIT License
To install SPVM, copy and paste the appropriate command in to your terminal.
cpanm
cpanm SPVM
CPAN shell
perl -MCPAN -e shell install SPVM
For more information on module installation, please visit the detailed CPAN module installation guide.