AnyVectorItem Property (Int32) |
Gets or sets the specified vector component.
Namespace:
Meta.Numerics.Matrices
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public virtual double this[
int index
] { get; set; }
Public Overridable Default Property Item (
index As Integer
) As Double
Get
Set
public:
virtual property double default[int index] {
double get (int index);
void set (int index, double value);
}
abstract Item : float with get, set
override Item : float with get, set
Parameters
- index
- Type: SystemInt32
The (zero-based) component index.
Return Value
Type:
DoubleThe value of the specified vector component.
Implements
IListTItemInt32IReadOnlyListTItemInt32See Also