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 409
c7dc005a 13eb 419f 0195 05791151f51e
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "M:netDxf.GTE.BasisFunction.Evaluate(System.Double,System.Int32,System.Int32@,System.Int32@)"]
Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public void Evaluate(
double t,
int order,
out int minIndex,
out int maxIndex
)
VB
Public Sub Evaluate (
t As Double,
order As Integer,
<OutAttribute> ByRef minIndex As Integer,
<OutAttribute> ByRef maxIndex As Integer
)
C++
public:
void Evaluate(
double t,
int order,
[OutAttribute] int% minIndex,
[OutAttribute] int% maxIndex
)
F#
member Evaluate :
t : float *
order : int *
minIndex : int byref *
maxIndex : int byref -> unit
- Double
- \[Missing <param name="t"/> documentation for "M:netDxf.GTE.BasisFunction.Evaluate(System.Double,System.Int32,System.Int32@,System.Int32@)"\]
- Int32
- \[Missing <param name="order"/> documentation for "M:netDxf.GTE.BasisFunction.Evaluate(System.Double,System.Int32,System.Int32@,System.Int32@)"\]
- Int32
- \[Missing <param name="minIndex"/> documentation for "M:netDxf.GTE.BasisFunction.Evaluate(System.Double,System.Int32,System.Int32@,System.Int32@)"\]
- Int32
- \[Missing <param name="maxIndex"/> documentation for "M:netDxf.GTE.BasisFunction.Evaluate(System.Double,System.Int32,System.Int32@,System.Int32@)"\]