Returns a vector whose components are the inverses (reciprocals) 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 Reciprocal ( _
vector As Vector _
) As Vector
|
| Visual C++ |
public:
static Vector^ Reciprocal(
Vector^ vector
)
|
Return Value
A vector whose components are the inverses (reciprocals) of the components of
vector.
Exceptions
See Also