Match::EndInNew PHP Method

EndInNew() public method

public EndInNew ( )
    public function EndInNew()
    {
        return $this->StartInNew + $this->Size;
    }