Operations<T>.Pow(T, Int32) Method

Gets a delegate that raises a number to the specified power.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static T Pow(
	T x,
	int y
)

Parameters

x  T
 
y  Int32
 

Return Value

T

See Also