object Vec_Elem
The Vec_Elem
object provides comparison operators for Vec
elements.
- Alphabetic
- By Inheritance
- Vec_Elem
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
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
-
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
-
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
-
def
toDouble(x: Any): Double
Convert an element to double.
Convert an element to double.
- x
the element to be converted to a double