Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
AsVectorInt16< T >()
static
Vector
<
short
>
System.Numerics.Vector
<
T
>.AsVectorInt16<
T
>
(
Vector
<
T
>
value
)
inline
static
Type Constraints
T
:
struct
Definition at line
435
of file
Vector.cs
.
435
:
struct
436
{
437
return
(Vector<short>)
value
;
438
}
System.ExceptionArgument.value
@ value
References
System.value
.
System
Numerics
Vector
Generated by
1.10.0