Freigeben über


EXP (Azure Stream Analytics)

Eine mathematische Funktion, die den exponentiellen Wert des angegebenen float-Ausdrucks zurückgibt.

Syntax

EXP (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 EXP(input.x) AS "The EXP of the variable x"  
FROM input