Functions.Rint Method

Definition

Overloads

Rint(Column)

Returns the double value that is closest in value to the argument and is equal to a mathematical integer.

Rint(String)

Returns the double value that is closest in value to the argument and is equal to a mathematical integer.

Rint(Column)

Returns the double value that is closest in value to the argument and is equal to a mathematical integer.

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

Parameters

column
Column

Column to apply

Returns

Column object

Applies to

Rint(String)

Returns the double value that is closest in value to the argument and is equal to a mathematical integer.

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

Parameters

columnName
String

Column name

Returns

Column object

Applies to