IRootFunctions<TSelf>.Sqrt(TSelf) Yöntem

Tanım

Bir değerin karekökünü hesaplar.

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

Parametreler

x
TSelf

Karekökünü hesaplanacak olan değer.

Döndürülenler

TSelf

karekök.x

Şunlara uygulanır