Lines Matching defs:numerator
39 private $numerator;
126 $targetValue = $this->numerator * $remValue;
130 $targetValue = $this->numerator;
138 return $this->numerator;
151 $colsNumber = floor(GridTag::GRID_TOTAL_COLUMNS * $this->numerator / $this->denominator);
167 if ($this->numerator === null) {
178 $colsNumber = intval($this->numerator);
227 if ($this->numerator !== null) {
269 $this->numerator = DataType::toFloat($localNumber);
297 $numerator = $matches[1][0];
299 $this->numerator = DataType::toFloat($numerator);
302 throw new ExceptionBadSyntax("The number value ($numerator) of the length value ($this->length) is not a valid float format.");
323 if ($this->numerator == null) {
332 return $this->numerator / $this->denominator;