JCL Help:TJclComplex.CNewNeg

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Multiplies the current value of the complex number object by a complex negative one and creates a new resulting complex number object.


Pascal

 public function CNewNeg: TJclComplex;


Return Value

Method CNewNeg returns a newly created object of TJclComplex type that contains the value of the negation.


Description

Use CNewNeg 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 and create a new resulting object of TJclComplex type.


See Also

CNeg TJclComplex


About

Donator

Earl F. Glynn


Notes

For changing the value of the calling complex number object instead of creating a new one use CNeg 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