This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 411
d4283cc9 e9b7 2f74 4aed eaf29411c0a8
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the UniqueKnot class
Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public UniqueKnot(
double t,
int multiplicity
)
VB
Public Sub New (
t As Double,
multiplicity As Integer
)
C++
public:
UniqueKnot(
double t,
int multiplicity
)
F#
new :
t : float *
multiplicity : int -> UniqueKnot
- Double
- \[Missing <param name="t"/> documentation for "M:netDxf.GTE.UniqueKnot.#ctor(System.Double,System.Int32)"\]
- Int32
- \[Missing <param name="multiplicity"/> documentation for "M:netDxf.GTE.UniqueKnot.#ctor(System.Double,System.Int32)"\]