NumPHP\Core\NumArray::getSize PHP Метод

getSize() публичный Метод

Returns the number of elements the NumArray
С версии: 1.0.0
public getSize ( ) : integer
Результат integer
    public function getSize()
    {
        return Helper::multiply($this->getShape());
    }