Click or drag to resize

ComplexVectorItem Property

Gets or sets the element at the specified index.

Namespace: DotNumerics.LinearAlgebra
Assembly: 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; }
Request Example View Source

Parameters

index  Int32
The zero-based index of the element to get or set.

Return Value

Complex
The element at the specified index.
See Also