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