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 double this[
int index
] { get; set; }
Public Overridable Default Property Item (
index As Integer
) As Double
Get
Set
Request Example
View SourceParameters
- index Int32
- The zero-based index of the element to get or set.
Return Value
DoubleThe element at the specified index.
See Also