You are here

public static function PHPExcel_Calculation_Functions::NULL in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Functions.php \PHPExcel_Calculation_Functions::NULL()

* NULL * * Returns the error value #NULL! * * @access public * @category Error Returns *

Return value

string #NULL!

2 calls to PHPExcel_Calculation_Functions::NULL()
FunctionsTest::testNULL in vendor/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Calculation/FunctionsTest.php
PHPExcel_Calculation_Statistical::_inverse_ncdf in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Functions.php, line 275

Class

PHPExcel_Calculation_Functions
PHPExcel_Calculation_Functions

Code

public static function NULL() {
  return self::$_errorCodes['null'];
}