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

實作

適用於