vertx / io.vertx.kotlin.pgclient.data / lineOf

lineOf

fun lineOf(a: Double? = null, b: Double? = null, c: Double? = null): Line

A function providing a DSL for building io.vertx.pgclient.data.Line objects.

Line data type in Postgres represented by the linear equation Ax + By + C = 0, where A and B are not both zero.

Parameters

a -

b -

c -