This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
e537e8be 812d 7aa7 5b20 c3af92a79e3f
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "M:netDxf.GTE.GVector.Length(netDxf.GTE.GVector,System.Boolean)"]
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 DoubleC++
public:
static double Length(
GVector^ v,
bool robust = false
)F#
static member Length :
v : GVector *
?robust : bool
(* Defaults:
let _robust = defaultArg robust false
*)
-> float - 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)"\]
Double
[Missing <returns> documentation for "M:netDxf.GTE.GVector.Length(netDxf.GTE.GVector,System.Boolean)"]