Functions.Atan2 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| Atan2(String, Double) |
針對指定的 |
| Atan2(Column, Column) |
針對指定的 |
| Atan2(Column, Double) |
針對指定的 |
| Atan2(Column, String) |
針對指定的 |
| Atan2(Double, Column) |
針對指定的 |
| Atan2(Double, String) |
針對指定的 |
| Atan2(String, Column) |
針對指定的 |
| Atan2(String, String) |
針對指定的 |
Atan2(String, Double)
針對指定的 x 和 y 計算 atan2。
public static Microsoft.Spark.Sql.Column Atan2(string yName, double xValue);
static member Atan2 : string * double -> Microsoft.Spark.Sql.Column
Public Shared Function Atan2 (yName As String, xValue As Double) As Column
參數
- yName
- String
Y 軸上的座標
- xValue
- Double
X 軸上的座標
傳回
Column 物件
適用於
Atan2(Column, Column)
針對指定的 x 和 y 計算 atan2。
public static Microsoft.Spark.Sql.Column Atan2(Microsoft.Spark.Sql.Column y, Microsoft.Spark.Sql.Column x);
static member Atan2 : Microsoft.Spark.Sql.Column * Microsoft.Spark.Sql.Column -> Microsoft.Spark.Sql.Column
Public Shared Function Atan2 (y As Column, x As Column) As Column
參數
- y
- Column
Y 軸上的座標
- x
- Column
X 軸上的座標
傳回
Column 物件
適用於
Atan2(Column, Double)
針對指定的 x 和 y 計算 atan2。
public static Microsoft.Spark.Sql.Column Atan2(Microsoft.Spark.Sql.Column y, double xValue);
static member Atan2 : Microsoft.Spark.Sql.Column * double -> Microsoft.Spark.Sql.Column
Public Shared Function Atan2 (y As Column, xValue As Double) As Column
參數
- y
- Column
Y 軸上的座標
- xValue
- Double
X 軸上的座標
傳回
Column 物件
適用於
Atan2(Column, String)
針對指定的 x 和 y 計算 atan2。
public static Microsoft.Spark.Sql.Column Atan2(Microsoft.Spark.Sql.Column y, string xName);
static member Atan2 : Microsoft.Spark.Sql.Column * string -> Microsoft.Spark.Sql.Column
Public Shared Function Atan2 (y As Column, xName As String) As Column
參數
- y
- Column
Y 軸上的座標
- xName
- String
X 軸上的座標
傳回
Column 物件
適用於
Atan2(Double, Column)
針對指定的 x 和 y 計算 atan2。
public static Microsoft.Spark.Sql.Column Atan2(double yValue, Microsoft.Spark.Sql.Column x);
static member Atan2 : double * Microsoft.Spark.Sql.Column -> Microsoft.Spark.Sql.Column
Public Shared Function Atan2 (yValue As Double, x As Column) As Column
參數
- yValue
- Double
Y 軸上的座標
- x
- Column
X 軸上的座標
傳回
Column 物件
適用於
Atan2(Double, String)
針對指定的 x 和 y 計算 atan2。
public static Microsoft.Spark.Sql.Column Atan2(double yValue, string xName);
static member Atan2 : double * string -> Microsoft.Spark.Sql.Column
Public Shared Function Atan2 (yValue As Double, xName As String) As Column
參數
- yValue
- Double
Y 軸上的座標
- xName
- String
X 軸上的座標
傳回
Column 物件
適用於
Atan2(String, Column)
針對指定的 x 和 y 計算 atan2。
public static Microsoft.Spark.Sql.Column Atan2(string yName, Microsoft.Spark.Sql.Column x);
static member Atan2 : string * Microsoft.Spark.Sql.Column -> Microsoft.Spark.Sql.Column
Public Shared Function Atan2 (yName As String, x As Column) As Column
參數
- yName
- String
Y 軸上的座標
- x
- Column
X 軸上的座標
傳回
Column 物件
適用於
Atan2(String, String)
針對指定的 x 和 y 計算 atan2。
public static Microsoft.Spark.Sql.Column Atan2(string yName, string xName);
static member Atan2 : string * string -> Microsoft.Spark.Sql.Column
Public Shared Function Atan2 (yName As String, xName As String) As Column
參數
- yName
- String
Y 軸上的座標
- xName
- String
X 軸上的座標
傳回
Column 物件