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

◆ IsNaN() [2/3]

static bool IFloatingPoint< Half >. System.Half.IsNaN ( Half x)
inlinestatic

Definition at line 980 of file Half.cs.

981 {
982 return IsNaN(x);
983 }
static bool IsNaN(Half value)
Definition Half.cs:170

References System.Half.IsNaN().