Create a VectorC from an array of Strings.
Create a VectorC from an array of Strings.
the array of the Strings
Create a VectorC from one or more values (repeated values String*).
Create a VectorC from one or more values (repeated values String*).
the first String
the rest of the Strings
Create a VectorC from one or more values (repeated values Double*).
Create a VectorC from one or more values (repeated values Double*).
the first double
the rest of the doubles
Create a VectorC from one or more values (repeated values Complex*).
Create a VectorC from one or more values (repeated values Complex*).
the first complex number
the rest of the complex numbers.
Return a VectorC containing a sequence of increasing integers in a range.
Return a VectorC 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
VectorC
object is the companion object forVectorC
class.