NumberPow(Number) 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 Number Pow(
	Number b
)

Parameters

b  Number

Return Value

Number

Implements

IMathTPow(T)

See Also