Struct NpgsqlLine
- Namespace
- NpgsqlTypes
- Assembly
- Npgsql.dll
Represents a PostgreSQL line type.
public struct NpgsqlLine : IEquatable<NpgsqlLine>
- Implements
- Inherited Members
Remarks
Constructors
NpgsqlLine(double, double, double)
public NpgsqlLine(double a, double b, double c)
Parameters
Properties
A
public double A { readonly get; set; }
Property Value
B
public double B { readonly get; set; }
Property Value
C
public double C { readonly get; set; }
Property Value
Methods
Equals(NpgsqlLine)
public bool Equals(NpgsqlLine other)
Parameters
other
NpgsqlLine
Returns
Equals(object)
public override bool Equals(object obj)
Parameters
obj
object
Returns
GetHashCode()
public override int GetHashCode()
Returns
Parse(string)
public static NpgsqlLine Parse(string s)
Parameters
s
string
Returns
ToString()
public override string ToString()
Returns
Operators
operator ==(NpgsqlLine, NpgsqlLine)
public static bool operator ==(NpgsqlLine x, NpgsqlLine y)
Parameters
x
NpgsqlLiney
NpgsqlLine
Returns
operator !=(NpgsqlLine, NpgsqlLine)
public static bool operator !=(NpgsqlLine x, NpgsqlLine y)
Parameters
x
NpgsqlLiney
NpgsqlLine