Vector Constructor |
Name | Description | |
---|---|---|
![]() | Vector(Double) | Initializes a new instance of the Vector class that contains elements copied from the specified array. |
![]() | Vector(Int32) | Initializes a new instance of the Vector class of the given size. |
![]() | Vector(VectorType, Double) | Initializes a new instance of the Vector class that contains elements copied from the specified array. |
![]() | Vector(VectorType, Int32) | Initializes a new instance of the Vector class of the given size and type. |