Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
AsVectorInt32< T >()
static
Vector
< int >
System.Numerics.Vector
<
T
>.AsVectorInt32<
T
>
(
Vector
<
T
>
value
)
inline
static
Type Constraints
T
:
struct
Definition at line
448
of file
Vector.cs
.
448
:
struct
449
{
450
return
(Vector<int>)
value
;
451
}
System.ExceptionArgument.value
@ value
References
System.value
.
System
Numerics
Vector
Generated by
1.10.0