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