Returns a vector whose components are the inverse sine of the components of another vector.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public static Vector Asin(
Vector vector
)
Public Shared Function Asin (
vector As Vector
) As Vector
public:
static Vector^ Asin(
Vector^ vector
)
static member Asin :
vector : Vector -> Vector
Parameters
- vector
- Type: Extreme.MathematicsVector
A Vector.
Return Value
Type:
VectorA vector whose components are the inverse sine of the components of
vector.
Numerical Libraries
Supported in: 5.x, 4.x
Reference