Click or drag to resize

NVector Constructor

Overload List
 NameDescription
Public methodNVector(Int32)Creates a vector of a given size.
Public methodNVector(Int32)Initializes a vector from an array.
Public methodNVector(NVector)Creates a vector by concatenating many vectors.
Public methodNVector(Csv, Int32) Creates a vector by reading a column from a CSV file. The column is identified by its name.
Public methodNVector(Csv, String) Creates a vector by reading a column from a CSV file. The column is identified by its name.
Public methodNVector(Int32, NVector)Creates a vector by concatenating a new value with a suffix vector.
Public methodNVector(Int32, Double)Initializes a vector from a scalar.
Public methodNVector(Int32, FuncInt32, NVector, Int32)Creates a vector using a formula to fill its items.
Public methodNVector(Int32, FuncInt32, Int32)Creates a vector using a formula to fill its items.
Public methodNVector(Int32, Int32)Initializes a vector from a scalar.
Public methodNVector(Int32, Random)Creates a vector filled with a uniform distribution generator.
Public methodNVector(NVector, NVector)Creates a vector by concatenating two vectors.
Public methodNVector(NVector, Int32)Creates a vector by concatenating a prefix vector with a new value.
Public methodNVector(Int32, Int32, Random)Creates a vector filled with a uniform distribution generator.
Public methodNVector(Int32, Int32, Int32, Random)Creates a vector filled with a uniform distribution generator.
Top
See Also