Scilab 6.0.0
Ajuda do Scilab >> API Scilab > legacy > polynomial > freeAllocatedSingleComplexPoly
freeAllocatedSingleComplexPoly
Free memory allocated by getAllocatedSingleComplexPoly function.
Syntax
void freeAllocatedSingleComplexPoly(double* _pdblReal, double* _pdblImg)
Arguments
- _pdblReal
Pointer "_pdblReal" allocated by getAllocatedSingleComplexPoly.
- _pdblImg
Pointer "_pdblImg" allocated by getAllocatedSingleComplexPoly.
Comments
Add a comment:
Please login to comment this page.