Vector3.NaN Property

Definition

Gets a vector whose elements are equal to NaN.

C#
public static System.Numerics.Vector3 NaN { get; }

Property Value

A vector whose elements are equal to NaN (that is, it returns the vector Create(float.NaN)).

Applies to

Product Versions
.NET 9