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

◆ IsNormal() [2/3]

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

Definition at line 998 of file Half.cs.

999 {
1000 return IsNormal(x);
1001 }
static bool IsNormal(Half value)
Definition Half.cs:185

References System.Half.IsNormal().