Create a VectorD from an array of Strings.
Create a VectorD from an array of Strings.
the array of the Strings
Create a VectorD from one or more values (repeated values String*).
Create a VectorD from one or more values (repeated values String*).
the first String
the rest of the Strings
Create a VectorD from one or more values (repeated values Double*).
Create a VectorD from one or more values (repeated values Double*).
the first Double
the rest of the Doubles
Return a VectorD containing a sequence of increasing integers in a range.
Return a VectorD 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
VectorD
object is the companion object for theVectorD
class.