Edit

Share via


Vector3.IsNegativeInfinity(Vector3) Method

Definition

Determines which elements in a vector are negative infinity.

public:
 static System::Numerics::Vector3 IsNegativeInfinity(System::Numerics::Vector3 vector);
public static System.Numerics.Vector3 IsNegativeInfinity(System.Numerics.Vector3 vector);
static member IsNegativeInfinity : System.Numerics.Vector3 -> System.Numerics.Vector3
Public Shared Function IsNegativeInfinity (vector As Vector3) As Vector3

Parameters

vector
Vector3

The vector to be checked.

Returns

A vector whose elements are all-bits-set or zero, depending on if the corresponding elements in vector were negative infinity.

Applies to