TimeUnit.ToMicros(Int64) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
相當於 #convert(long, TimeUnit) MICROSECONDS.convert(duration, this)
。
[Android.Runtime.Register("toMicros", "(J)J", "")]
public long ToMicros (long duration);
[<Android.Runtime.Register("toMicros", "(J)J", "")>]
member this.ToMicros : int64 -> int64
參數
- duration
- Int64
持續時間
傳回
已轉換的持續時間,或 Long.MIN_VALUE
如果轉換會負溢位,或 Long.MAX_VALUE
會正溢位則為 。
- 屬性
備註
相當於 #convert(long, TimeUnit) MICROSECONDS.convert(duration, this)
。
的 java.util.concurrent.TimeUnit.toMicros(long)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。