PointT Structure

Represents a point in a series.

Definition

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+d1268756e036101f601080f153b3997e72fc912d
C#
public readonly struct Point<T>
where T : struct, new(), IComparable<T>
Inheritance
Object    ValueType    PointT

Type Parameters

T
Represents the type of the abscissa.

Constructors

PointTRepresents a point in a series.

Properties

ArgGets the argument from the point.
ValueGets the value at the point's date.

Methods

EqualsChecks if the argument is a point with the same values.
(Overrides ValueTypeEquals(Object))
GetHashCodeReturns a hashcode for the series.
(Overrides ValueTypeGetHashCode)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringGets a text representation of the point.
(Overrides ValueTypeToString)

Operators

Equality(PointT, PointT)Checks two points for equality.
Inequality(PointT, PointT)Checks two points for inequality.

See Also