言語

Half.RootN(Half, Int32) メソッド

定義

値の n 番目のルートを計算します。

public:
 static Half RootN(Half x, int n) = System::Numerics::IRootFunctions<Half>::RootN;
public static Half RootN(Half x, int n);
static member RootN : Half * int -> Half
Public Shared Function RootN (x As Half, n As Integer) As Half

パラメーター

x
Half

n番目のルートが計算される値。

n
Int32

計算するルートの次数。

返品

nxのルート。

実装

適用対象