Gets a delegate that
raises a value to the specified power.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static Func<T, int, T> PowN { get; }
Public Shared ReadOnly Property PowN As Func(Of T, Integer, T)
Get
public:
static property Func<T, int, T>^ PowN {
Func<T, int, T>^ get ();
}
static member PowN : Func<'T, int, 'T> with get
Property Value
Type:
FuncT,
Int32,
T
A NotSupportedException should be thrown if the exponent is negative
and the operand type does not support division.
Reference