An Exported Function
int FAR PASCAL _export Modulus(int Img,int Real)
{
int R1,I1,Result
R1 = Real * Real;
I1 = Img * Img;
Result = SquareRoot(R1 + R2);
return Result;
}
Previous slide
Next slide
Back to first slide
View graphic version