MathContext.Engineering フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Icu.Math.MathNotationForm enum directly instead of this field.

標準浮動小数点表記 (10 の累乗が 3 の倍数であるエンジニアリング指数形式)。

[Android.Runtime.Register("ENGINEERING", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Icu.Math.MathNotationForm enum directly instead of this field.", true)]
public const Android.Icu.Math.MathNotationForm Engineering = 2;
[<Android.Runtime.Register("ENGINEERING", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Icu.Math.MathNotationForm enum directly instead of this field.", true)>]
val mutable Engineering : Android.Icu.Math.MathNotationForm

フィールド値

Value = 2
属性

注釈

標準浮動小数点表記 (10 の累乗が 3 の倍数であるエンジニアリング指数形式)。 BigDecimal操作の結果の形式を制御する設定として使用されます。 0 の結果がプレーンな形式の場合、1 つ以上のゼロの 10 進部分が含まれる場合があります。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象