You are here

public function Complex::getImaginary in Loft Data Grids 6.2

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

File

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

Class

Complex

Code

public function getImaginary() {
  return $this->imaginaryPart;
}