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