Previous: CelsToFahr function To the Table of Content Next: CmToInch function

- 4.45.2.15 -
Standard Units
Math Unit
Math Unit Procedures and Functions

ChgSign function

Targets: MS-DOS, OS/2, Win32


Math Unit

Reverses the sign of a double-precision floating-point argument.

Declaration:
function ChgSign(X: Extended): Extended;
Remarks:
ChgSign returns a value equal to its floating-point argument X, but with its sign reversed.


Previous: CelsToFahr function To the Table of Content Next: CmToInch function
CelsToFahr function Table of Content CmToInch function

- 4.45.2.15 -