Einzelnen Beitrag anzeigen

Delphi.Narium

Registriert seit: 27. Nov 2017
2.419 Beiträge
 
Delphi 7 Professional
 
#11

AW: Circular spectrum visualizer

  Alt 23. Mär 2019, 13:14
Zitat von Visual Basic:
The VBA Sqr function accepts one argument - a positive number - and will return the square root of that number as a Double data type.
Berechnet also die Quadratwurzel einer Zahl.

Zitat von Delphi:
In Delphi code, 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.
Berechnet das Quadrat einer Zahl.

Die beiden sind also nicht identisch.

Zitat von Delphi:
The Sqrt function returns the square root of a Number. The number must be a floating point type.
Berechnet also die Quadratwurzel einer Zahl.

VB sqr -> Delphi sqrt
  Mit Zitat antworten Zitat