TSystem.Power Method
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
public TNumber Power(
TSystem value
)
Public Function Power (
value As TSystem
) As TNumber
public:
TNumber^ Power(
TSystem^ value
)
member Power :
value : TSystem -> TNumber
- value TSystem
-
System containing exponent(s) to use for calculation of Power(TNumber).
TNumberTNumber wrapper for a new
TSystem instance
containing the results of
Power(TNumber) applied to all elements of this
TSystem
with all exponents specified in
value.