共用方式為


BigDecimal.IntValue 方法

定義

轉換這個 BigDecimal 轉換為 int

[Android.Runtime.Register("intValue", "()I", "GetIntValueHandler")]
public override int IntValue ();
[<Android.Runtime.Register("intValue", "()I", "GetIntValueHandler")>]
override this.IntValue : unit -> int

傳回

這會 BigDecimal 轉換成 int

屬性

備註

轉換這個 BigDecimal 轉換為 int。 此轉換類似於從 縮小基本轉換doubleshort如引用>JaVA語言規格</引用>中所<定義:將會捨棄此BigDecimal部分的任何小數部分,如果產生的 “BigInteger” 太大而無法容納 ,int則只會傳回低序 32 位。 請注意,此轉換可能會遺失此值 BigDecimal 的整體大小和精確度相關信息,並傳回具有相反正負號的結果。

java.math.BigDecimal.intValue()Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於