Returns the sine of the specified (in radians) angle.
Namespace:
Demo3D.Common
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntaxpublic static double SinRadians(
double angle
)
Parameters
- angle
- Type: SystemDouble
Angle in Radians.
Return Value
Type:
DoubleThe sine of the angle.
Remarks
See Also