Freigeben über


SQUARE (Azure Stream Analytics)

Eine mathematische Funktion, die das Quadrat des angegebenen Floatwerts zurückgibt.

Syntax

SQUARE (float_expression)  

Argument

float_expression

Ist ein Ausdruck vom Typ float oder eines Typs, der implizit in float konvertiert werden kann.

Rückgabetyp

float

Beispiel

SELECT SQUARE(input.x) AS "The SQUARE of the variable x"  
FROM input