PartKeepr\PartBundle\Entity\PartParameter::setValue PHP Method

setValue() public method

Sets the value.
public setValue ( float $value )
$value float The value to set
    public function setValue($value)
    {
        $this->value = $value;
        $this->recalculateRawValue();
    }