ComplexTPow(Int32) 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 Complex<T> Pow(
	int b
)

Parameters

b  Int32

Return Value

ComplexT

Implements

IMathTPow(Int32)

See Also