Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
AsVectorSByte< T >()
static
Vector
< sbyte >
System.Numerics.Vector
<
T
>.AsVectorSByte<
T
>
(
Vector
<
T
>
value
)
inline
static
Type Constraints
T
:
struct
Definition at line
422
of file
Vector.cs
.
422
:
struct
423
{
424
return
(Vector<sbyte>)
value
;
425
}
System.ExceptionArgument.value
@ value
References
System.value
.
System
Numerics
Vector
Generated by
1.10.0