Click or drag to resize
DigitalRuneVector2DIsNaN Property
Gets a value indicating whether a component of the vector is NaN.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public bool IsNaN { get; }

Property Value

Type: Boolean
if a component of the vector is NaN; otherwise, .
See Also