JCL Help:TComplexKind
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TComplexKind Enumeration
Search in JCL Help
Search in all projects
Summary
Enumeration specifies the way of representing a complex number using either rectangular representation or polar coordinates.
Pascal
public TComplexKind = (
crRectangular,
crPolar
);
Members
Members | Description |
crRectangular | The parameters specified in a constructor or any other method are of the rectangular representation. |
crPolar | The parameters specified in a constructor or any other method represent the number in polar coordinates. |
Description
Enumeration specifies the way of representing a complex number using either rectangular representation or polar coordinates.
About
Unit
no pages or subcategories
Donator
Alexei Koudinov
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