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

ca65f8d3 126b 6148 22b7 eb17fcebb186

haplokuon edited this page May 6, 2023 · 1 revision

GetLength Method

netDxf 3.0.0 Library

[Missing <summary> documentation for "M:netDxf.GTE.ParametricCurve.GetLength(System.Double,System.Double)"]

Definition

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

C#

public double GetLength(
	double t0,
	double t1
)

VB

Public Function GetLength ( 
	t0 As Double,
	t1 As Double
) As Double

C++

public:
double GetLength(
	double t0, 
	double t1
)

F#

member GetLength : 
        t0 : float * 
        t1 : float -> float 

Parameters

  Double
\[Missing <param name="t0"/> documentation for "M:netDxf.GTE.ParametricCurve.GetLength(System.Double,System.Double)"\]
  Double
\[Missing <param name="t1"/> documentation for "M:netDxf.GTE.ParametricCurve.GetLength(System.Double,System.Double)"\]

Return Value

Double
[Missing <returns> documentation for "M:netDxf.GTE.ParametricCurve.GetLength(System.Double,System.Double)"]

See Also

Reference

ParametricCurve Class
netDxf.GTE Namespace

Clone this wiki locally