JCL Help:TComplexKind

From Project JEDI Wiki
Jump to navigationJump to search


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

JclComplex


Navigation

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