Math<T>.Pow(T, T) Method

Returns a number raised 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 value,
	T exponent
)

Parameters

value  T
 
exponent  T
 

Return Value

T

See Also