You are here

public function Complex::getReal in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/unitTests/custom/Complex.php \Complex::getReal()

File

vendor/phpoffice/phpexcel/unitTests/custom/Complex.php, line 80

Class

Complex

Code

public function getReal() {
  return $this->realPart;
}