コード例 #1
0
 static void Main()
 {
     var absOk    = MyMath.Abs_NetStyle(-122);
     var absWrong = MyMath.Abs_NetStyle(Int32.MinValue);
 }