Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

13dee43d 7a77 b13c e712 5b87281ba1be

haplokuon edited this page May 6, 2023 · 1 revision

IsNaN Method

netDxf 3.0.0 Library

Returns a value indicating if any component of the specified vector evaluates to a value that is not a number NaN.

Definition

Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public static bool IsNaN(
	Vector3 u
)

VB

Public Shared Function IsNaN ( 
	u As Vector3
) As Boolean

C++

public:
static bool IsNaN(
	Vector3 u
)

F#

static member IsNaN : 
        u : Vector3 -> bool 

Parameters

  Vector3
Vector3.

Return Value

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

See Also

Reference

Vector3 Structure
netDxf Namespace

Clone this wiki locally