コード例 #1
0
 public void TestMarkNan()
 {
     // First make the number NaN
     input.MarkNaN();
     AssertValue("NaN", 0M, false);
 }