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平方根。

适用于