Gets the sine of a DoubleComplex number.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared Function Sin ( _ z As DoubleComplex _ ) As DoubleComplex |
| C# |
|---|
public static DoubleComplex Sin ( DoubleComplex z ) |
| C++ |
|---|
public: static DoubleComplex Sin ( DoubleComplex z ) |
Parameters
- z (Extreme.Mathematics.DoubleComplex)
- A DoubleComplex number.
Return Value
The sine of the complex number.
Remarks
This method extends the Sin(Double)
method of the Math class to
complex numbers.