RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Math.ZeroValue Constant

ZeroValue defines a zero value number result from using Sign.

Pascal
ZeroValue = 0;
C++
ZeroValue = 0;

Sign determines the sign of a number, returning the result in a TValueSign value. TValueSign will be ZeroValue if the number is zero. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!