| VCF_dataPlot | VCD_dataPlot | VCE_dataPlot |
|
| Funktion | Plot eines komplexen Vektors in ein bereits existierendes Koordinatensystem |
|
| Syntax C/C++ | #include <Vgraph.h>
void VCF_dataPlot( cfVector X, ui size, unsigned form, COLORREF color ); |
| C++ VecObj | #include <OptiVec.h>
void vector<complex<T>>::dataPlot( unsigned form, COLORREF color ); |
| Pascal/Delphi | uses Vgraph;
procedure VCF_dataPlot( X:cfVector; size:UIntSize; form:UInt; color:COLORREF ); |
|
|
|
|
|