TComplexArg(Double, Double, Double, Double) Method
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.67.9018.0
public static double Arg(
double thisRenum,
double thisReden,
double thisImnum,
double thisImden
)
Public Shared Function Arg (
thisRenum As Double,
thisReden As Double,
thisImnum As Double,
thisImden As Double
) As Double
public:
static double Arg(
double thisRenum,
double thisReden,
double thisImnum,
double thisImden
)
static member Arg :
thisRenum : float *
thisReden : float *
thisImnum : float *
thisImden : float -> float
- thisRenum Double
-
- thisReden Double
-
- thisImnum Double
-
- thisImden Double
-
Double