Click or drag to resize

Vector2IsNaN Method

Returns a value indicating if any component of the specified vector evaluates to a value that is not a number NaN.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public static bool IsNaN(
	Vector2 u
)

Parameters

u
Type: DXFReaderNETVector2
Vector.

Return Value

Type: Boolean
Returns true if any component of the specified vector evaluates to NaN; otherwise, false.
See Also