JCL Help:TJclComplex.CConjugate

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Transform the value of the calling object of TJclComplex type into a conjugated complex number value.


Pascal

 public function CConjugate: TJclComplex;


Return Value

Method CConjugate returns the calling object with the changed value.


Description

Use CConjugate method to obtain a conjugate to the current value of the complex number object complex number. The method changes the value of the current object, returning its reference.


See Also

CNewConjugate 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 CNewConjugate 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