help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Procedures and functions] Reference for unit 'math' (#rtl)

Sign

Return sign of argument

Declaration

Source position: line 0

function Sign(

  const AValue: Integer

):TValueSign;

function Sign(

  const AValue: Int64

):TValueSign;

function Sign(

  const AValue: Double

):TValueSign;

function Sign(

  const AValue: Extended

):TValueSign;

Description

Sign returns the sign of it's argument, which can be an Integer, 64 bit integer, or a double. The returned value is an integer which is -1, 0 or 1, and can be used to do further calculations with.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505