GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int
예제 #1
0
파일: FanDecimal.cs 프로젝트: nomit007/f4
 public static long hash(BigDecimal self)
 {
     return self.GetHashCode();
 }
예제 #2
0
 public static long hash(BigDecimal self)
 {
     return(self.GetHashCode());
 }