다음을 통해 공유


Parameter.GetHashCode 메서드

정의

오버로드

GetHashCode()
GetHashCode(Parameter)

GetHashCode()

Source:
Parameter.cs
Source:
Parameter.cs
Source:
Parameter.cs

기본 해시 함수로 작동합니다.

public override int GetHashCode();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer

반환

적용 대상

GetHashCode(Parameter)

Source:
Parameter.cs
Source:
Parameter.cs
Source:
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

반환

구현

적용 대상