MathPowT(T, T) Method

Returns a specified number raised to the specified power.

Definition

Namespace: Metas.UncLib.Core
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public static T Pow<T>(
	T a,
	T b
)
where T : Object, INumber<T>

Parameters

a  T
b  T

Type Parameters

T
Type

Return Value

T

See Also