Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator Vector< float >()
static
System.Numerics.Vector
<
T
>.operator
Vector
< float >
(
Vector
<
T
>
value
)
inline
explicit
static
Definition at line
1284
of file
Vector.cs
.
1285
{
1286
ThrowHelper.ThrowForUnsupportedNumericsVectorBaseType<T>();
1287
return
Unsafe
.As<Vector<T>, Vector<float>>(ref
value
);
1288
}
Internal.Runtime.CompilerServices.Unsafe
Definition
Unsafe.cs:10
System.ExceptionArgument.value
@ value
References
System.value
.
System
Numerics
Vector
Generated by
1.10.0