Click or drag to resize

Vector Constructor

Overload List
 NameDescription
Public methodVector(Double) Initializes a new instance of the Vector class that contains elements copied from the specified array.
Public methodVector(Int32) Initializes a new instance of the Vector class of the given size.
Public methodVector(VectorType, Double) Initializes a new instance of the Vector class that contains elements copied from the specified array.
Public methodVector(VectorType, Int32) Initializes a new instance of the Vector class of the given size and type.
Top
See Also