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

4b228e9a efd3 8856 e8df 3805dfdeba82

haplokuon edited this page May 6, 2023 · 1 revision

NaN Property

netDxf 3.0.0 Library

Represents a vector with not a number components.

Definition

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

C#

public static Vector3 NaN { get; }

VB

Public Shared ReadOnly Property NaN As Vector3
	Get

C++

public:
static property Vector3 NaN {
	Vector3 get ();
}

F#

static member NaN : Vector3 with get

Property Value

Vector3

See Also

Reference

Vector3 Structure
netDxf Namespace

Clone this wiki locally