Packages

object Vec_Elem

The Vec_Elem object provides comparison operators for Vec elements.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Vec_Elem
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def !=~(x: Any, y: Any): Boolean

    Compare the two elements and return if they are not nearly equal.

    Compare the two elements and return if they are not nearly equal.

    x

    first element to compare

    y

    second element to compare

  2. def <(x: Any, y: Any): Boolean

    Compare the two elements and return if the first element is smaller than the second.

    Compare the two elements and return if the first element is smaller than the second.

    x

    first element to compare

    y

    second element to compare

  3. def =~(x: Any, y: Any): Boolean

    Compare the two elements and return if they are nearly equal.

    Compare the two elements and return if they are nearly equal.

    x

    first element to compare

    y

    second element to compare

  4. def toDouble(x: Any): Double

    Convert an element to double.

    Convert an element to double.

    x

    the element to be converted to a double