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

計算するルートの次数。

戻り値

n-th ルート x

実装

適用対象