Click or drag to resize

Vector2IsNaN Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns a value indicating if any component of the specified vector evaluates to a value that is not a number NaN.

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public static bool IsNaN(
	Vector2 u
)
Request Example View Source

Parameters

u
Type: netDxfVector2
Vector2.

Return Value

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