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

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