| VectorD Constructor (Int32) |
Initializes a new instance of the
VectorD class.
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public VectorD(
int numberOfElements
)
Public Sub New (
numberOfElements As Integer
)
public:
VectorD(
int numberOfElements
)
new :
numberOfElements : int -> VectorD
Parameters
- numberOfElements
- Type: SystemInt32
The number of elements.
Exceptions Remarks
The vector elements are set to 0.
See Also