GetHashCode() public method

public GetHashCode ( ) : int
return int
コード例 #1
0
ファイル: FanDecimal.cs プロジェクト: nomit007/f4
 public static long hash(BigDecimal self)
 {
     return self.GetHashCode();
 }
コード例 #2
0
ファイル: FanDecimal.cs プロジェクト: syatanic/fantom
 public static long hash(BigDecimal self)
 {
     return(self.GetHashCode());
 }