Partager via


Half.Sqrt(Half) Méthode

Définition

Calcule la racine carrée d’une valeur.

public:
 static Half Sqrt(Half x) = System::Numerics::IRootFunctions<Half>::Sqrt;
public static Half Sqrt (Half x);
static member Sqrt : Half -> Half
Public Shared Function Sqrt (x As Half) As Half

Paramètres

x
Half

Retours

Half

Racine carrée de x.

Implémente

S’applique à