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

3d42c112 6e15 6b23 8ade b2d8b5272355

haplokuon edited this page May 6, 2023 · 1 revision

Modulus Method

netDxf 3.0.0 Library

Obtains the modulus of the vector.

Definition

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

C#

public double Modulus()

VB

Public Function Modulus As Double

C++

public:
double Modulus()

F#

member Modulus : unit -> float 

Return Value

Double
Vector modulus.

See Also

Reference

Vector2 Structure
netDxf Namespace

Clone this wiki locally