Example #1
0
 public static void IsSubnormal(Half value, bool expected)
 {
     Assert.Equal(expected, Half.IsSubnormal(value));
 }