Single.Hypot(Single, Single) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
計算假設有兩個值,代表右角三角形中較短側邊的長度。
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
要正方形的值,並新增至 y
。
- y
- Single
要正方形的值,並新增至 x
。
傳回
平方加 y
平方的 x
平方根。