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

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

    Property Value

    The B constant in the line equation.
    See Also