IRootFunctions<TSelf>.Sqrt(TSelf) 方法

定義

計算值的平方根。

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

參數

x
TSelf

要計算其平方根的值。

傳回

TSelf

x平方根。

適用於