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

◆ IsSubnormal() [2/3]

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

Definition at line 1010 of file Half.cs.

1011 {
1012 return IsSubnormal(x);
1013 }
static bool IsSubnormal(Half value)
Definition Half.cs:200

References System.Half.IsSubnormal().