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

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

    Property Value

    The C constant in the line equation.
    See Also