Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ DotProduct() [3/4]

static Vector64< int > System.Runtime.Intrinsics.Arm.Dp.DotProduct ( Vector64< int > addend,
Vector64< sbyte > left,
Vector64< sbyte > right )
inlinestatic

Definition at line 29 of file Dp.cs.

30 {
31 throw new PlatformNotSupportedException();
32 }