Summary
Complex number type for integer real and complex part.
Unit
Math387
Declaration
TIntegerCplx = packed record
Re: integer;
Im: integer;
end;
Description
Complex number type for integer real and complex part.
| Copyright 2008 Dew Research |
http://www.dewresearch.com