Operations<T>.Pow(T, T) 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,
	T y
)

Parameters

x  T
 
y  T
 

Return Value

T

See Also