Single.Hypot(Single, Single) メソッド

定義

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

public:
 static float Hypot(float x, float y) = System::Numerics::IRootFunctions<float>::Hypot;
public static float Hypot (float x, float y);
static member Hypot : single * single -> single
Public Shared Function Hypot (x As Single, y As Single) As Single

パラメーター

x
Single

2 乗する値を に追加します y

y
Single

2 乗する値を に追加します x

戻り値

-squared と y-squared の平方根x

実装

適用対象