Create a VectorR from an array of Strings.
Create a VectorR from an array of Strings.
the array of the Strings
Create a VectorR from one or more values (repeated values String*).
Create a VectorR from one or more values (repeated values String*).
the first String
the rest of the Strings
Create a VectorR from one or more values (repeated values Double*).
Create a VectorR from one or more values (repeated values Double*).
the first double
the rest of the doubles
Create a VectorR from one or more values (repeated values Rational*).
Create a VectorR from one or more values (repeated values Rational*).
the first complex number
the rest of the complex numbers.
Return a VectorR containing a sequence of increasing integers in a range.
Return a VectorR containing a sequence of increasing integers in a range.
the start value of the vector, inclusive
the end value of the vector, exclusive (i.e., the first value not returned)
The
VectorR
object is the companion object forVector
class.