dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlLine Structure / A Property

In This Topic
    A Property
    In This Topic
    Indicates the A constant in the line equation A*x+B*y+C=0.
    Syntax
    'Declaration
     
    Public ReadOnly Property A As Double
    public double A {get;}

    Property Value

    The A constant in the line equation.
    See Also