ofFloat

nobox.ofFloat$
See theofFloat companion class
object ofFloat

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ofFloat.type

Members list

Concise view

Value members

Concrete methods

def apply(elems: Float*): ofFloat
def fill(size: Int)(f: => Float): ofFloat
def fillAll(size: Int)(elem: Float): ofFloat
def flatten(xs: Array[Array[Float]]): ofFloat
def iterate(start: Float, len: Int)(f: Float => Float): ofFloat
def tabulate(n: Int)(f: Int => Float): ofFloat
def unfold[B](z: B)(f: B => Option[(B, Float)]): ofFloat

Concrete fields