IRootFunctions<TSelf>.Hypot(TSelf, TSelf) メソッド

定義

直角三角形の短辺の長さを表す 2 つの値を指定して、偽表を計算します。

public:
 static TSelf Hypot(TSelf x, TSelf y);
public static abstract TSelf Hypot (TSelf x, TSelf y);
static member Hypot : 'Self * 'Self -> 'Self
Public Shared Function Hypot (x As TSelf, y As TSelf) As TSelf

パラメーター

x
TSelf

2 乗し、 に追加する y値。

y
TSelf

2 乗し、 に追加する x値。

戻り値

TSelf

-squared と y-squared の平方根x

適用対象