RealTPow(RealT) 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 Real<T> Pow(
	Real<T> b
)

Parameters

b  RealT

Return Value

RealT

Implements

IMathTPow(T)

See Also