33 return Element.AssociatedObjectValue is double;
41 public override bool Equals(
object obj)
Base class for all types of elements.
Base class for all types of sets.
abstract override int GetHashCode()
Calculates a hash code of the element.
Set containing all real numbers.
RealNumbers()
Set containing all real numbers.
static readonly RealNumbers Instance
Instance of the set of real numbers.
override bool Contains(IElement Element)
Checks if the set contains an element.
override bool Equals(object obj)
Compares the element to another.
override string ToString()
override int GetHashCode()
Calculates a hash code of the element.
Basic interface for all types of elements.