Share via


Functions.Expm1 Method

Definition

Overloads

Expm1(Column)

Computes the exponential of the given value minus one.

Expm1(String)

Computes the exponential of the given value minus one.

Expm1(Column)

Computes the exponential of the given value minus one.

public static Microsoft.Spark.Sql.Column Expm1 (Microsoft.Spark.Sql.Column column);
static member Expm1 : Microsoft.Spark.Sql.Column -> Microsoft.Spark.Sql.Column
Public Shared Function Expm1 (column As Column) As Column

Parameters

column
Column

Column to apply

Returns

Column object

Applies to

Expm1(String)

Computes the exponential of the given value minus one.

public static Microsoft.Spark.Sql.Column Expm1 (string columnName);
static member Expm1 : string -> Microsoft.Spark.Sql.Column
Public Shared Function Expm1 (columnName As String) As Column

Parameters

columnName
String

Column name

Returns

Column object

Applies to