TFraction.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 TNumber Power(
TDouble value
)
Public Function Power (
value As TDouble
) As TNumber
public:
TNumber^ Power(
TDouble^ value
)
member Power :
value : TDouble -> TNumber
- value TDouble
- Power of exponent.
TNumberResult of exponentiation.