Click or drag to resize

PointT Structure

Represents a point in a series.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Austra.LibraryPointT

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+44e7797405725ef3cf24b3ff0eba94ce6c649601
Syntax
C#
public readonly struct Point<T>
where T : struct, new(), IComparable<T>

Type Parameters

T
Represents the type of the abscissa.

The PointT type exposes the following members.

Constructors
 NameDescription
Public methodPointTRepresents a point in a series.
Top
Properties
 NameDescription
Public propertyArgGets the argument from the point.
Public propertyValueGets the value at the point's date.
Top
Methods
 NameDescription
Public methodEqualsChecks if the argument is a point with the same values.
(Overrides ValueTypeEquals(Object))
Public methodGetHashCodeReturns a hashcode for the series.
(Overrides ValueTypeGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringGets a text representation of the point.
(Overrides ValueTypeToString)
Top
Operators
 NameDescription
Public operatorStatic memberEquality(PointT, PointT)Checks two points for equality.
Public operatorStatic memberInequality(PointT, PointT)Checks two points for inequality.
Top
See Also