TDouble.Power(TDouble) Method
Computes exponent with base equal to this and power equal to value.
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
public BaseEntry Power(
TDouble value
)
Public Function Power (
value As TDouble
) As BaseEntry
public:
BaseEntry^ Power(
TDouble^ value
)
member Power :
value : TDouble -> BaseEntry
- value TDouble
- Power of exponent.
BaseEntryResult of exponentiation.