NumPHP\Core\NumArray::getSize PHP Method

getSize() public method

Returns the number of elements the NumArray
Since: 1.0.0
public getSize ( ) : integer
return integer
    public function getSize()
    {
        return Helper::multiply($this->getShape());
    }