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

◆ IsSupported

new bool System.Runtime.Intrinsics.Arm.Dp.IsSupported
staticget

Definition at line 20 of file Dp.cs.

21 {
22 [Intrinsic]
23 get
24 {
25 return false;
26 }
27 }