DiscontinuityEnhancedPoint1D Structure

Coordinate of a 1 dimensional point that is enhanced with an extra info about discontinuity type that takes place.

Definition

Namespace: Karamba.Geometry
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public struct DiscontinuityEnhancedPoint1D : IEquatable<DiscontinuityEnhancedPoint1D>, 
	IComparable<DiscontinuityEnhancedPoint1D>
Inheritance
Object    ValueType    DiscontinuityEnhancedPoint1D
Implements
IComparableDiscontinuityEnhancedPoint1D, IEquatableDiscontinuityEnhancedPoint1D

Constructors

DiscontinuityEnhancedPoint1D(DiscontinuityEnhancedPoint1D) Initializes a new instance of the DiscontinuityEnhancedPoint1D struct.
DiscontinuityEnhancedPoint1D(Double, DiscontinuityTypes) Initializes a new instance of the DiscontinuityEnhancedPoint1D struct.

Properties

DiscontinuityType Gets or sets the discontinuity type that will happen in y-direction.
X Gets or sets the x-coordinate of DiscontinuityEnhancedPoint1D.

Methods

CompareTo Compares two DiscontinuityEnhancedPoint1D instances.
Equals(DiscontinuityEnhancedPoint1D) Indicates whether the current object is equal to another object of the same type.
Equals(Object) Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object))
GetHashCode Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode)
GetParametrizedPositions Returns the positions of the discontinuity enhanced points when results shall be rendered in a continuous way (e.g. via a mesh).
GetType Gets the Type of the current instance.
(Inherited from Object)
ToString Returns the fully qualified type name of this instance.
(Overrides ValueTypeToString)

Extension Methods

ContainerType test if object is (a container like) a list or an array.
(Defined by MiniUtil)

See Also