Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
One
Vector
<
T
>
System.Numerics.Vector
<
T
>.One
static
get
Definition at line
883
of file
Vector.cs
.
884
{
885
[Intrinsic]
886
get
887
{
888
ThrowHelper.ThrowForUnsupportedNumericsVectorBaseType<T>();
889
return
new
Vector<T>(
GetOneValue
());
890
}
891
}
System.Numerics.Vector.GetOneValue
static T GetOneValue()
Definition
Vector.cs:1982
System
Numerics
Vector
Generated by
1.10.0