ComplexVector(VectorType, Int32) Constructor |
Initializes a new instance of the Vector class of the given size and type.
Namespace: DotNumerics.LinearAlgebraAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ComplexVector(
VectorType type,
int length
)
Public Sub New (
type As VectorType,
length As Integer
)
Request Example
View SourceParameters
- type VectorType
- The vector type
- length Int32
- length">The vector length
See Also