dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlLine Structure / PgSqlLine Constructor
The specified a constant.
The specified b constant.
The specified c constant.

In This Topic
PgSqlLine Constructor
In This Topic
Initializes a new instance of the PgSqlLine structure with the specified a, b, and c constants, defining the linear equation A*x+B*y+C=0.
Syntax
'Declaration
 
Public Function New( _
   ByVal a As Double, _
   ByVal b As Double, _
   ByVal c As Double _
)
 

Parameters

a
The specified a constant.
b
The specified b constant.
c
The specified c constant.
See Also