Creates a new instance of the
CVector class specifying its length and a value to initialize its components.
Syntax
| Visual Basic (Usage) | Copy Code |
|---|
Dim size As Integer
Dim value As Complex
Dim instance As New CVector(size, value) |
Parameters
- size
- An integer value specifying the length of the newly created vector.
- value
- A complex that will be used to initialize vector elements.
Requirements
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7
See Also