The VectorI
object is the companion object for the VectorI
class.
Attributes
Members list
Value members
Concrete methods
Create a VectorI
from an immutable indexed sequence of Int
s.
Create a VectorI
from an immutable indexed sequence of Int
s.
Value parameters
- xs
-
the sequence/array of the
Int
numbers
Attributes
Create a VectorI
from a mutable indexed sequence of Int
s.
Create a VectorI
from a mutable indexed sequence of Int
s.
Value parameters
- xs
-
the sequence/array of the
Int
numbers
Attributes
Create a VectorI
from one or more values (repeated values Int
*).
Create a VectorI
from one or more values (repeated values Int
*).
Value parameters
- x
-
the first
Int
number - xs
-
the varargs of
Int
numbers
Attributes
Create a VectorI
from one or more values (repeated values String*). For numeric types, assign missing value indicator upon format failure.
Create a VectorI
from one or more values (repeated values String*). For numeric types, assign missing value indicator upon format failure.
Value parameters
- x
-
the first string
- xs
-
the varargs of strings
Attributes
Create a VectorI
with n elements and fill it with the value x.
Create a VectorI
with n elements and fill it with the value x.
Value parameters
- n
-
the number of elements
- x
-
the value to assign to all elements
Attributes
Create a VectorI
from a mutable indexed sequence of String. FIX - for numeric types, assign missing value indicator upon format failure.
Create a VectorI
from a mutable indexed sequence of String. FIX - for numeric types, assign missing value indicator upon format failure.
Value parameters
- xs
-
the sequence/array of the
String
numbers
Attributes
Create a one vector (all elements are one) of length n.
Create a one vector (all elements are one) of length n.
Value parameters
- size
-
the size of the new vector
Attributes
Return a VectorI
consisting of a sequence of integers in a range.
Return a VectorI
consisting of a sequence of integers in a range.
Value parameters
- r
-
the range of values