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

◆ SquareRoot< T >()

static Vector< T > System.Numerics.Vector< T >.SquareRoot< T > ( Vector< T > value)
inlinestatic
Type Constraints
T :struct 

Definition at line 308 of file Vector.cs.

308 : struct
309 {
310 return Vector<T>.SquareRoot(value);
311 }

References System.Numerics.Vector< T >.SquareRoot(), and System.value.