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

適用対象