Vector128_1.cs Gets the element at the specified index. C# publicTthis[intindex] {get; } Parameters index Int32 The index of the element to get. Property Value T The value of the element atindex. Exceptions ArgumentOutOfRangeException ...