public static function FractionInterface::createFromDecimal in Fraction 8
Same name and namespace in other branches
- 2.x src/FractionInterface.php \Drupal\fraction\FractionInterface::createFromDecimal()
Calculates the numerator and denominator from a decimal value.
Parameters
string|int $value: The decimal value to start with.
Return value
Fraction Returns this object.
1 method overrides FractionInterface::createFromDecimal()
- Fraction::createFromDecimal in src/
Fraction.php - Calculates the numerator and denominator from a decimal value.
File
- src/
FractionInterface.php, line 101
Class
- FractionInterface
- Defines the interface for Fraction class.
Namespace
Drupal\fractionCode
public static function createFromDecimal($value);