ofFloat1

nobox.ofFloat1
See theofFloat1 companion object
final class ofFloat1 extends AnyVal

Attributes

Companion:
object
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def ++(that: ofFloat1): ofFloat1
def ===(that: ofFloat1): Boolean
def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
def contains(elem: Float): Boolean
def count(f: Float => Boolean): Int
def drop(n: Int): ofFloat
def dropRight(n: Int): ofFloat
def dropWhile(f: Float => Boolean): ofFloat
def exists(f: Float => Boolean): Boolean
def filter(f: Float => Boolean): ofFloat
def filterNot(f: Float => Boolean): ofFloat
def find(f: Float => Boolean): Option[Float]
def forall(f: Float => Boolean): Boolean
def foreach[U](f: Float => U): Unit
def head: Float
def indexOf(elem: Float): Option[Int]
def lastIndexOf(elem: Float): Option[Int]
def length: Int
def max: Float
def maxBy[A](f: Float => A)(implicit A: Ordering[A]): Float
def min: Float
def minBy[A](f: Float => A)(implicit A: Ordering[A]): Float
def minmax: (Float, Float)
def mkString(start: String, sep: String, end: String): String
def mkString(sep: String): String
def mkString: String
def reduceLeft(f: (Float, Float) => Float): Float
def reduceRight(f: (Float, Float) => Float): Float
def scanLeft1(f: (Float, Float) => Float): ofFloat1
def scanRight1(f: (Float, Float) => Float): ofFloat1
def take(n: Int): ofFloat
def takeWhile(f: Float => Boolean): ofFloat
def toArray: Array[Float]
def toList: List[Float]
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Any

Concrete fields

val self: Array[Float]