[]
        
(Showing Draft Content)

C1.Framework.Mathematics.Vector.Item

this Property

this[int]

Gets or sets the value of element at special index.

Declaration
public double this[int index] { get; set; }
Parameters
Type Name Description
int index
Property Value
Type Description
double

A double indicates the element value.

Remarks

Note: The index is base on zero.