IRootFunctions<TSelf>.Sqrt(TSelf) Methode

Definition

Berechnet die Quadratwurzel eines Werts.

public:
 static TSelf Sqrt(TSelf x);
public static abstract TSelf Sqrt (TSelf x);
static member Sqrt : 'Self -> 'Self
Public Shared Function Sqrt (x As TSelf) As TSelf

Parameter

x
TSelf

Der Wert, dessen Quadratwurzel berechnet werden soll.

Gibt zurück

TSelf

Die Quadratwurzel von x.

Gilt für: