Click or drag to resize

XYPair Structure

A 2-tuple, real valued XY pair/point
Inheritance Hierarchy
SystemObject
  SystemValueType
    ema3d.Api.V25.ResultsXYPair

Namespace: ema3d.Api.V25.Results
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public struct XYPair

The XYPair type exposes the following members.

Properties
 NameDescription
Public propertyItem Gets value of data at index
Public propertyX Gets X value of data.
Public propertyY Gets Y value of data.
Top
Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
Operators
 NameDescription
Public operatorStatic member(ValueTupleDouble, Double to XYPair) Converts a 2-tuple of doubles to an XYPair
Public operatorStatic member(XYPair to ValueTupleDouble, Double) Converts an XYPair into a 2-tuple of doubles.
Top
See Also