Dar數位hashcode屬性

2019-10-16 22:07:30

Dar數位hashcode屬性返回一個整數,表示數值的雜湊碼。

語法

num.hashcode

範例

void main() { 
   int n = 5000; 
   print(n.hashCode); 
}

執行上面範例程式碼,得到以下結果 -

5000