Decimal128.RootN(Decimal128, Int32) Method

Definition

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

Parameters

n
Int32

Returns

Implements

Applies to