Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
AsVector< T >()
static
Vector
<
T
>
System.Runtime.Intrinsics.Vector256
<
T
>.AsVector<
T
>
(
this
Vector256
<
T
>
value
)
inline
static
Type Constraints
T
:
struct
Definition at line
98
of file
Vector256.cs
.
98
:
struct
99
{
100
ThrowHelper.ThrowForUnsupportedIntrinsicsVectorBaseType<T>();
101
return
Unsafe
.As<Vector256<T>,
Vector<T>
>(ref
value
);
102
}
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
Vector256
Generated by
1.10.0