Returns a vector whose components are the sines of the components of another vector.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| Visual Basic (Declaration) |
Public Shared Function Sin ( _
vector As Vector _
) As Vector
|
Return Value
A vector whose components are the sines of the components of
vector.
Exceptions
See Also