Click or drag to resize

Vector3IsNaN 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.52
Syntax
public static bool IsNaN(
	Vector3 u
)

Parameters

u
Type: DXFReaderNETVector3
The vector.

Return Value

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