JCL Help:TJclComplex.CIntPwr
JCL Help: TJclComplex.CIntPwr Method
Search in JCL Help
Search in all projects
Summary
Raise the value of the current complex number object to the Pwr power that is represented by an integer value.
Pascal
public function CIntPwr(const Pwr: Integer): TJclComplex;
Parameters
Parameters | Description |
const Pwr: Integer | The exponent, that the value of the calling object should be raised to. |
Return Value
Method CIntPwr returns the calling object with the changed value.
Description
Use CIntPwr method to raise the value of the current complex number object to the Pwr power that is represented by an integer value and change the value of the calling object accordingly.
See Also
CNewIntPwr CLn CExp CPwr CRealPwr CRoot CSqrt TJclComplex
About
Donator
Earl F. Glynn
Notes
For creating a new resulting complex number object instead of changing the value of the current one use CNewIntPwr method.
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page