예제 #1
0
파일: IntFraction.cs 프로젝트: tspring/ioke
 public override int sign()
 {
     return(num.sign());
 }