ComplexSin(Double) Method |
Calculates the Sinus of the real number
Namespace: RelaxIS_SDK.libMathAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public static double Sin(
double d
)
Public Shared Function Sin (
d As Double
) As Double
Dim d As Double
Dim returnValue As Double
returnValue = Complex.Sin(d)
Parameters
- d Double
- The real number used for calculation
Return Value
DoubleThe sinus of the number
See Also