Meta.Numerics Library
C#
VB
C++
F#
Show/Hide TOC
XY Operators and Type Conversions
Operators
Equality(XY, XY)
Determines whether two points are equal.
(Tuple
Double, Double
to XY)
Converts a two-tuple into a point.
(XY to Tuple
Double, Double
)
Converts a point into a two-tuple.
Inequality(XY, XY)
Determines whether two points are unequal.
See Also
Reference
XY Structure
Meta.Numerics Namespace
In This Article
Operators
See Also