JCL Help:SwapFloats

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Swaps two floating point values.


Pascal

 procedure SwapFloats(var X: Float; var Y: Float);


Parameters

Parameters Description
var X: Float First float.
var Y: Float Second float.


Description

SwapFloat swaps the two supplied floating point values. That is, at return from this subroutine X contains the value of Y and Y contains the value of X.


About

Unit

JclMath


Donator

Marcel van Brakel


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page