Click or drag to resize
Accord.NET (logo)

Vector4Inverse Method

Inverse the vector.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public Vector4 Inverse()
Request Example View Source

Return Value

Type: Vector4
Returns a vector with all coordinates equal to 1.0 divided by the value of corresponding coordinate in this vector (or equal to 0.0 if this vector has corresponding coordinate also set to 0.0).
See Also