JCL Help:TJclComplex.AssignOne

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Assign the value of (1;0) to the complex number object.


Pascal

 public function AssignOne: TJclComplex;


Return Value

Method AssingOne returns the complex number object itself.


Description

Use AssingOne method to set the value of your complex number object to 1 ("complex unit"). The call to AssignOne is equal to the following: Assign(1, 0).


See Also

TComplexKind Assign AssignZero


About

Donator

Alexei Koudinov


Notes

To assign a complex number the value of zero use AssignZero method instead. To assign a complex number any value that differs from 1 or 0 use Assign method instead.


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