Parameter.GetHashCode 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
GetHashCode() | |
GetHashCode(Parameter) |
GetHashCode()
- 來源:
- Parameter.cs
- 來源:
- Parameter.cs
- 來源:
- Parameter.cs
做為預設雜湊函式。
public override int GetHashCode();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer
傳回
適用於
GetHashCode(Parameter)
- 來源:
- Parameter.cs
- 來源:
- Parameter.cs
- 來源:
- Parameter.cs
傳回指定物件的雜湊碼。
public int GetHashCode(Microsoft.ML.SearchSpace.Parameter obj);
override this.GetHashCode : Microsoft.ML.SearchSpace.Parameter -> int
Public Function GetHashCode (obj As Parameter) As Integer
參數
- obj
- Parameter