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

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