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

3a9f3cbd d811 b08c 55be fb84e1f309f5

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 Vector2 NaN { get; }

VB

Public Shared ReadOnly Property NaN As Vector2
	Get

C++

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

F#

static member NaN : Vector2 with get

Property Value

Vector2

See Also

Reference

Vector2 Structure
netDxf Namespace

Clone this wiki locally