Returns the value of the complex fresnel integral for the specified number.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static Complex<double> Fresnel(
double x
)
Public Shared Function Fresnel (
x As Double
) As Complex(Of Double)
public:
static Complex<double> Fresnel(
double x
)
static member Fresnel :
x : float -> Complex<float>
Parameters
- x
- Type: SystemDouble
A real number.
Return Value
Type:
ComplexDoubleA complex number whose real part is the Fresnel cosine integral for
x,
and whose imaginary part is the Fresnel sine integral for
x.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference