Ver Mensaje Individual
  #2  
Antiguo 05-10-2004
jafl1965 jafl1965 is offline
Miembro
 
Registrado: may 2003
Ubicación: Morelia, México
Posts: 170
Reputación: 22
jafl1965 Va por buen camino
Unit System

Category arithmetic routines

function Sqr(X: Extended): Extended;
function Sqr(X: Integer): Integer;

Description

The Sqr function returns the square of the argument.

X is a floating-point expression. The result, of the same type as X, is the square of X, or X*X.


** Tomado del Help de Delphi.
Responder Con Cita