Property this
this[int]
Gets the value of the vector at the given index.
public float this[int index] { get; }
Parameters
index
intThe index of the vector entry.
Gets the value of the vector at the given index.
public float this[int index] { get; }
index
intThe index of the vector entry.