다음을 통해 공유


StorageProviderUtils.PositiveHash 메서드

정의

오버로드

PositiveHash(GrainReference, Int32)
PositiveHash(Int32, Int32)

PositiveHash(GrainReference, Int32)

Source:
StorageProviderUtils.cs
public static int PositiveHash (Orleans.Runtime.GrainReference grainReference, int hashRange);
static member PositiveHash : Orleans.Runtime.GrainReference * int -> int
Public Shared Function PositiveHash (grainReference As GrainReference, hashRange As Integer) As Integer

매개 변수

grainReference
GrainReference
hashRange
Int32

반환

적용 대상

PositiveHash(Int32, Int32)

Source:
StorageProviderUtils.cs
public static int PositiveHash (int hash, int hashRange);
static member PositiveHash : int * int -> int
Public Shared Function PositiveHash (hash As Integer, hashRange As Integer) As Integer

매개 변수

hash
Int32
hashRange
Int32

반환

적용 대상