Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
AsVector128< T >()
static
Vector128
<
T
>
System.Runtime.Intrinsics.Vector128
<
T
>.
AsVector128
<
T
>
(
this
Vector
<
T
>
value
)
inline
static
Type Constraints
T
:
struct
Definition at line
106
of file
Vector128.cs
.
106
:
struct
107
{
108
ThrowHelper.ThrowForUnsupportedIntrinsicsVectorBaseType<T>();
109
return
Unsafe
.As<
Vector<T>
, Vector128<T>>(ref
value
);
110
}
Internal.Runtime.CompilerServices.Unsafe
Definition
Unsafe.cs:10
System.Numerics.Vector
Definition
Vector.cs:860
System.ExceptionArgument.value
@ value
References
System.value
.
System
Runtime
Intrinsics
Vector128
Generated by
1.10.0