Click or drag to resize
Accord.NET (logo)

DoublePoint Operators and Type Conversions

The DoublePoint type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition(DoublePoint, DoublePoint)
Addition operator - adds values of two points.
Public operatorStatic memberAddition(DoublePoint, Double)
Addition operator - adds scalar to the specified point.
Public operatorStatic memberDivision
Division operator - divides coordinates of the specified point by scalar value.
Public operatorStatic memberEquality
Equality operator - checks if two points have equal coordinates.
Public operatorStatic member(DoublePoint to IntPoint)
Explicit conversion to IntPoint.
Public operatorStatic member(DoublePoint to Point)
Explicit conversion to Point.
Public operatorStatic memberInequality
Inequality operator - checks if two points have different coordinates.
Public operatorStatic memberMultiply
Multiplication operator - multiplies coordinates of the specified point by scalar value.
Public operatorStatic memberSubtraction(DoublePoint, DoublePoint)
Subtraction operator - subtracts values of two points.
Public operatorStatic memberSubtraction(DoublePoint, Double)
Subtraction operator - subtracts scalar from the specified point.
Top
See Also