JCL Help:TJclComplex.CNeg
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclComplex.CNeg Method
[+] TJclComplex Methods
[+] TJclComplex Properties
Search in JCL Help
Search in all projects
Summary
Multiply the current value of the complex number object by a complex negative one.
Pascal
public function CNeg: TJclComplex;
Return Value
Method CNeg returns the calling object with the changed value.
Description
Use CNeg method to perform a negative transformation of the value of the current complex number object i.e. to multiply it by a complex negative one. The method changes the value of the current object, returning its reference.
See Also
About
Donator
Earl F. Glynn
Notes
For creating a new resulting complex number object instead of changing the value of the current one use CNewNeg 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