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
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- 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
- final def ##: Int
- Definition Classes
- AnyRef → Any
- 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
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def =~(x: Any, y: Any): Boolean
Compare the two elements and return if they are equal (==)/nearly equal (=~).
Compare the two elements and return if they are equal (==)/nearly equal (=~). Use == for disrete types and =~ otherwise
- x
first element to compare
- y
second element to compare
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toDouble(x: Any): Double
Convert an element to double.
Convert an element to double.
- x
the element to be converted to a double
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated