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

0f1a1bca 9930 aa66 05e8 266f263ac07e

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

VB

Public Shared ReadOnly Property NaN As Vector4
	Get

C++

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

F#

static member NaN : Vector4 with get

Property Value

Vector4

See Also

Reference

Vector4 Structure
netDxf Namespace

Clone this wiki locally