ComplexVectorItem Property |
Gets or sets the element at the specified index.
Namespace: DotNumerics.LinearAlgebraAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public virtual Complex this[
int index
] { get; set; }
Public Overridable Default Property Item (
index As Integer
) As Complex
Get
Set
Request Example
View SourceParameters
- index Int32
- The zero-based index of the element to get or set.
Return Value
ComplexThe element at the specified index.
See Also