예제 #1
0
파일: Signs.cs 프로젝트: simonl/Scratch
 public static Sign Negate(this Sign sign)
 {
     return(sign.Add(sign));
 }