Quadratic.isAPositive C# (CSharp) Method

isAPositive() public method

public isAPositive ( ) : bool
return bool
    public bool isAPositive()
    {
        return a > 0;
    }