Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ SetElement()

void System.Numerics.Vector< T >.SetElement ( nint index,
T value )
inlineprivate

Definition at line 2212 of file Vector.cs.

2213 {
2214 Unsafe.Add(ref Unsafe.As<Vector<T>, T>(ref Unsafe.AsRef(in this)), index) = value;
2215 }

References System.index, and System.value.

Referenced by System.Numerics.Vector< T >.Vector().