Click or drag to resize

Vector Constructor

Overload List
  NameDescription
Public methodVector
Creates a Vector of zero size.
Public methodVector(IEnumerableDouble)
Creates a vector that contains elements copied from the specified collection.
Public methodVector(Double)
Creates a vector that contains elements copied from the array.
Public methodVector(Int32)
Creates a zero vector of the given size.
Public methodVector(Int32)
Creates a vector that contains elements copied from the integer array.
Public methodVector(Vector)
Creates a vector that contains elements copied from the other vector.
Public methodVector(Int32, Double)
Creates a vector of the given size and sets all its elements to the given value.
Top
See Also