Meta.Numerics Library
Sin Method (z)
Meta.NumericsMeta.NumericsComplexMathSin(Complex)
Computes the sine of a complex number.
Declaration Syntax
C#Visual BasicVisual C++F#
public static Complex Sin(
	Complex z
)
Public Shared Function Sin ( _
	z As Complex _
) As Complex
public:
static Complex Sin(
	Complex z
)
static member Sin : 
        z:Complex -> Complex 
Parameters
z (Complex)
The argument.
Return Value
The value of sin(z).