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(
Vector3 u
)
Public Shared Function IsNaN (
u As Vector3
) As Boolean
public:
static bool IsNaN(
Vector3 u
)
static member IsNaN :
u : Vector3 -> bool
STATIC METHOD IsNaN(
u AS Vector3
) AS LOGIC
Parameters
- u
- Type: DXFReaderNETVector3
The vector.
Return Value
Type:
BooleanReturns true if any component of the specified vector evaluates to
NaN; otherwise, false.
See Also