Vector Constructor |
| Name | Description | |
|---|---|---|
| Vector |
Creates a Vector of zero size.
| |
| Vector(IEnumerableDouble) |
Creates a vector that contains elements copied from the specified collection.
| |
| Vector(Double) |
Creates a vector that contains elements copied from the array.
| |
| Vector(Int32) |
Creates a zero vector of the given size.
| |
| Vector(Int32) |
Creates a vector that contains elements copied from the integer array.
| |
| Vector(Vector) |
Creates a vector that contains elements copied from the other vector.
| |
| Vector(Int32, Double) |
Creates a vector of the given size and sets all its elements to
the given value.
|