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

e537e8be 812d 7aa7 5b20 c3af92a79e3f

haplokuon edited this page May 6, 2023 · 1 revision

Length Method

netDxf 3.0.0 Library

[Missing <summary> documentation for "M:netDxf.GTE.GVector.Length(netDxf.GTE.GVector,System.Boolean)"]

Definition

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

C#

public static double Length(
	GVector v,
	bool robust = false
)

VB

Public Shared Function Length ( 
	v As GVector,
	Optional robust As Boolean = false
) As Double

C++

public:
static double Length(
	GVector^ v, 
	bool robust = false
)

F#

static member Length : 
        v : GVector * 
        ?robust : bool 
(* Defaults:
        let _robust = defaultArg robust false
*)
-> float 

Parameters

  GVector
\[Missing <param name="v"/> documentation for "M:netDxf.GTE.GVector.Length(netDxf.GTE.GVector,System.Boolean)"\]
  Boolean  (Optional)
\[Missing <param name="robust"/> documentation for "M:netDxf.GTE.GVector.Length(netDxf.GTE.GVector,System.Boolean)"\]

Return Value

Double
[Missing <returns> documentation for "M:netDxf.GTE.GVector.Length(netDxf.GTE.GVector,System.Boolean)"]

See Also

Reference

GVector Class
netDxf.GTE Namespace

Clone this wiki locally