TComplex.Power(TComplex) Method

Computes exponent with base equal to this and power equal to value.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
C#
public TNumber Power(
	TComplex value
)

Parameters

value  TComplex
Power of exponent.

Return Value

TNumber
Result of exponentiation.

See Also