Phaser.Phase 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
回傳當前相位號。
public int Phase { [Android.Runtime.Register("getPhase", "()I", "")] get; }
[<get: Android.Runtime.Register("getPhase", "()I", "")>]
member this.Phase : int
屬性值
相數,或若終止則為負值
- 屬性
備註
回傳當前相位號。 最大相位數為 Integer.MAX_VALUE,之後則從零開始。 終止時,相數為負,此時終止前的相位可由 getPhase() + Integer.MIN_VALUE得到。
Java 文件 java.util.concurrent.Phaser.getPhase()。
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。