
All Units All Classes Properties, Methods and Events |
SwapDouble procedure
procedure SwapDouble(Var A, B: Double);
Unit
TeCanvas
Description
Exchanges values in A and B parameters.
This is equivalent to:
var tmp : Double;
tmp:=a;
a:=b;
b:=tmp;
Send us Help Feedback. Copyright 1995-2013 © by Steema Software. All Rights Reserved.