JCL Help:TJclComplex.AssignZero
JCL Help: TJclComplex.AssignZero Method
Search in JCL Help
Search in all projects
Summary
Assign the value of (0;0) to the complex number object.
Pascal
public function AssignZero: TJclComplex;
Return Value
Method AssingZero returns the complex number object itself.
Description
Use AssingOne method to set the value of your complex number object to zero The call to AssignZero is equal to the following: Assign(0, 0). Also if you call the constructor Create omitting the parameters this method will be invoked automatically.
See Also
Create TComplexKind Assign AssignOne
About
Donator
Alexei Koudinov
Notes
To assign a complex number the value of 1 ("complex unit") use AssignOne 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