Click or drag to resize

VectorItem Property

Returns certain element of the vector by its index.

Namespace:  FinMath.LinearAlgebra
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public double this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
The index of the element to return.

Return Value

Type: Double
The requested element of the vector.

Implements

IReadOnlyListTItemInt32
IListTItemInt32
See Also