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

On this page
    A Property
    On this page
    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