Langage

BigInteger.Sqrt Méthode

Définition

Retourne la racine carrée entière de ce BigInteger.

[Android.Runtime.Register("sqrt", "()Ljava/math/BigInteger;", "GetSqrtHandler", ApiSince=33)]
public virtual Java.Math.BigInteger Sqrt();
[<Android.Runtime.Register("sqrt", "()Ljava/math/BigInteger;", "GetSqrtHandler", ApiSince=33)>]
abstract member Sqrt : unit -> Java.Math.BigInteger
override this.Sqrt : unit -> Java.Math.BigInteger

Retours

la racine carrée entière de this

Attributs

Remarques

Java documentation pour java.math.BigInteger.sqrt().

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à