言語

BigDecimal.Sqrt(MathContext) メソッド

定義

コンテキスト設定に従って丸めを使用して、 this の平方根の近似値を返します。

[Android.Runtime.Register("sqrt", "(Ljava/math/MathContext;)Ljava/math/BigDecimal;", "GetSqrt_Ljava_math_MathContext_Handler", ApiSince=33)]
public virtual Java.Math.BigDecimal? Sqrt(Java.Math.MathContext? mc);
[<Android.Runtime.Register("sqrt", "(Ljava/math/MathContext;)Ljava/math/BigDecimal;", "GetSqrt_Ljava_math_MathContext_Handler", ApiSince=33)>]
abstract member Sqrt : Java.Math.MathContext -> Java.Math.BigDecimal
override this.Sqrt : Java.Math.MathContext -> Java.Math.BigDecimal

パラメーター

mc
MathContext

使用するコンテキスト。

返品

thisの平方根。

属性

注釈

Javaドキュメント。

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

適用対象