Class Point
Represents a point in a 2D reference system.
Inheritance
System.Object
Point
Namespace: MESL.SqlRace.Domain.Functions.Processors.BestFit
Assembly: MESL.SqlRace.Domain.dll
Syntax
public sealed class Point : ValueType
Constructors
Point(Double, Double)
Create a point with the supplied coordinates
Declaration
public Point(double x, double y)
Parameters
Type | Name | Description |
---|---|---|
System.Double | x | X cooerdinate |
System.Double | y | Y cooerdinate |
Fields
X
X value
Declaration
public double X
Field Value
Type | Description |
---|---|
System.Double |
Y
Y value
Declaration
public double Y
Field Value
Type | Description |
---|---|
System.Double |