Click or drag to resize

Vector3IsNaN 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(
	Vector3 u
)
Request Example View Source

Parameters

u
Type: netDxfVector3
Vector3.

Return Value

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